summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.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/main.lua
parent46891abb64a80f2649542d6744835b83a25cde7f (diff)
Modularize character.bola.position
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
index aa2cc2e..3a7e5d0 100644
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/main.lua
@@ -26,10 +26,7 @@ function love.load()
character = {
bola = {
- position = {
- x = windowProfile.mode.width / 2,
- y = windowProfile.mode.height / 2,
- },
+ position = require 'scripts.bola.position',
orientation = 0,
scale = {
x = 1,