summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 23:08:34 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 23:08:34 -0300
commitb426a1bce305a3d78852a5f4c9e8c9b593f66981 (patch)
treea5f979dcd0b51ad24ff8015dff64fc8c3246af38 /src/gnu_and_bola_-_the_libre_beat_em_up_game
parent06ac50db0f813a2954651600760f6ff30c6fd5d1 (diff)
Minor fix
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/sprites/sprites.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/sprites/sprites.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/sprites/sprites.lua
index d0a9e71..dd9ee56 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/sprites/sprites.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/sprites/sprites.lua
@@ -2,6 +2,6 @@ return {
bola = {
image = love.graphics.newImage('multimedia/famicom/meta_sprites/bola/sheet0_color0_alpha.png'),
x = 24,
- y = 32,
+ y = 32,
}
}