summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-26 12:32:25 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-26 12:32:25 -0300
commitca796c7c32989274e0e30bcb8e2648936ec23a3b (patch)
treebc660ca2fc9dd69d5eff29b7437a6a3947db8bcc /src/gnu_and_bola_-_the_libre_beat_em_up_game
parent92c07997b40551a7cbdb91b48ff40829e6eece26 (diff)
Separate Bola animation in default, action, platform and extra animations
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/meta_sprites.lua2
1 files changed, 1 insertions, 1 deletions
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,
}