From 61207011c466bc9cd7d4f275d6befabee1b75ae7 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Sat, 3 Dec 2016 19:31:00 -0300 Subject: Keep the code more KISS - part 3 --- .../scripts/load/window_profile.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua') 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 -- cgit v1.2.3-54-g00ecf