summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.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/bola/origin.lua
parent579157c197ab826d16e924c18bb2b5e4025a8f49 (diff)
Rename sprites to metaSprites
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
index d1aeee2..b84ffb5 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/origin.lua
@@ -1,4 +1,4 @@
return {
- x = sprites.bola.x / 2,
- y = sprites.bola.y / 2,
+ x = metaSprites.bola.x / 2,
+ y = metaSprites.bola.y / 2,
}