From b426a1bce305a3d78852a5f4c9e8c9b593f66981 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 23 Nov 2016 23:08:34 -0300 Subject: Minor fix --- .../scripts/sprites/sprites.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game') 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, } } -- cgit v1.2.3-54-g00ecf