summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-24 01:59:35 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-24 02:41:53 -0300
commit99810cd6ceb597d6fc9e9ebfc031013fac1b6ac7 (patch)
treeec5884d7c76b1b2d400098ebe9b77a109e9b2d99 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua
parent579157c197ab826d16e924c18bb2b5e4025a8f49 (diff)
Rename sprites to metaSprites
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua7
1 files changed, 7 insertions, 0 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
new file mode 100644
index 0000000..dd9ee56
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/meta_sprites.lua
@@ -0,0 +1,7 @@
+return {
+ bola = {
+ image = love.graphics.newImage('multimedia/famicom/meta_sprites/bola/sheet0_color0_alpha.png'),
+ x = 24,
+ y = 32,
+ }
+}