summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
diff options
context:
space:
mode:
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, 0 insertions, 13 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
deleted file mode 100644
index c336b79..0000000
--- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/window_profile.lua
+++ /dev/null
@@ -1,13 +0,0 @@
-load.windowProfile = function()
- windowProfile = {
- mode = {
- width = 256,
- height = 240,
- },
- scale = {
- x = 2,
- y = 2,
- },
- title = "GNU & Bola - The libre beat'em up game",
- }
-end