From ca796c7c32989274e0e30bcb8e2648936ec23a3b Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 26 Nov 2016 12:32:25 -0300 Subject: Separate Bola animation in default, action, platform and extra animations --- src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua index dd9ee56..4679021 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua @@ -1,6 +1,6 @@ return { bola = { - image = love.graphics.newImage('multimedia/famicom/meta_sprites/bola/sheet0_color0_alpha.png'), + image = love.graphics.newImage('multimedia/famicom/meta_sprites/bola/default_sheet_color0_alpha.png'), x = 24, y = 32, } -- cgit v1.2.3-54-g00ecf