From ac1f5c94e31b227b36391bcffe9815e4c09e2ed8 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 23 Nov 2016 16:15:38 -0300 Subject: Modularize character.bola.position --- .../scripts/bola/position.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua') diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua new file mode 100644 index 0000000..fc4a1a9 --- /dev/null +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua @@ -0,0 +1,4 @@ +return { + x = windowProfile.mode.width / 2, + y = windowProfile.mode.height / 2, +} -- cgit v1.2.3-54-g00ecf