From 245029aab7bee00eba5fab3bcbc6c7ea77bc2f06 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 3 Dec 2016 19:43:19 -0300 Subject: Keep the code more KISS - part 4 --- .../scripts/load/character/bola/origin.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/origin.lua (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/origin.lua') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/origin.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/origin.lua new file mode 100644 index 0000000..b84ffb5 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/character/bola/origin.lua @@ -0,0 +1,4 @@ +return { + x = metaSprites.bola.x / 2, + y = metaSprites.bola.y / 2, +} -- cgit v1.2.3-54-g00ecf