summaryrefslogtreecommitdiff
path: root/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-11-24 00:51:37 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-11-24 15:36:42 -0300
commit29ad7ee347a7fc9dc5ac50e825170143c360f53c (patch)
treeb26a9ed91496936bf92d5ac2fb5ea8f35959b0c4 /src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts
parent003bb2b3f5a6ba2fb8b0b09c3e9f1f1c3cd4c452 (diff)
Modularize windowProfile.{mode,scale,title}
Diffstat (limited to 'src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts')
-rw-r--r--src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/window/profile.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/window/profile.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/window/profile.lua
new file mode 100644
index 0000000..652921e
--- /dev/null
+++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/window/profile.lua
@@ -0,0 +1,11 @@
+return {
+ mode = {
+ width = 256,
+ height = 240,
+ },
+ scale = {
+ x = 2,
+ y = 2,
+ },
+ title = "GNU & Bola - The libre beat'em up game",
+}