summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 16:15:38 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-23 16:15:38 -0300
commitac1f5c94e31b227b36391bcffe9815e4c09e2ed8 (patch)
tree73c48123491e7f09d50e4b95650f7018707e6d12 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua
parent46891abb64a80f2649542d6744835b83a25cde7f (diff)
Modularize character.bola.position
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/bola/position.lua4
1 files changed, 4 insertions, 0 deletions
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,
+}