summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:31:00 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-12-03 19:31:00 -0300
commit61207011c466bc9cd7d4f275d6befabee1b75ae7 (patch)
tree72613d0350f831ca1d37d1614ec138636a31dddf /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
parentef5bce4721d1307200b1335565303a7832f77535 (diff)
Keep the code more KISS - part 3
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
new file mode 100644
index 0000000..c336b79
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
@@ -0,0 +1,13 @@
+load.windowProfile = function()
+ windowProfile = {
+ mode = {
+ width = 256,
+ height = 240,
+ },
+ scale = {
+ x = 2,
+ y = 2,
+ },
+ title = "GNU & Bola - The libre beat'em up game",
+ }
+end