diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-11-26 12:32:25 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-11-26 15:33:52 -0300 |
commit | af1a4f09a7f39e6fd48911650ba9fef45f98bde7 (patch) | |
tree | bc660ca2fc9dd69d5eff29b7437a6a3947db8bcc | |
parent | deb07cb750a5aabeb2fc1f29d5fb6560c69d3abe (diff) |
Separate Bola animation in default, action, platform and extra animations
9 files changed, 1 insertions, 1 deletions
diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/action_sheet_color0.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/action_sheet_color0.png Binary files differnew file mode 100644 index 0000000..8f91d14 --- /dev/null +++ b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/action_sheet_color0.png diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0.png Binary files differnew file mode 100644 index 0000000..0322da4 --- /dev/null +++ b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0.png diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0_alpha.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0_alpha.png Binary files differnew file mode 100644 index 0000000..d3d5616 --- /dev/null +++ b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/default_sheet_color0_alpha.png diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/extra_sheet_color0.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/extra_sheet_color0.png Binary files differnew file mode 100644 index 0000000..c4aed99 --- /dev/null +++ b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/extra_sheet_color0.png diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/platform_sheet_color0.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/platform_sheet_color0.png Binary files differnew file mode 100644 index 0000000..8f91d14 --- /dev/null +++ b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/platform_sheet_color0.png diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.png Binary files differdeleted file mode 100644 index cb94e22..0000000 --- a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.png +++ /dev/null diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.tga b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.tga Binary files differdeleted file mode 100644 index 5650605..0000000 --- a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0.tga +++ /dev/null diff --git a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0_alpha.png b/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0_alpha.png Binary files differdeleted file mode 100644 index 719f1c9..0000000 --- a/mlt/gnu_and_bola_-_the_libre_beat_em_up_game/famicom/meta_sprites/bola/sheet0_color0_alpha.png +++ /dev/null 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, } |