summaryrefslogtreecommitdiff
path: root/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'config.lua')
-rw-r--r--config.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.lua b/config.lua
index 47bf055..3e696b8 100644
--- a/config.lua
+++ b/config.lua
@@ -3,5 +3,6 @@ return
width = 512,
height = 400,
fullscreen = false,
- resizable = true
+ resizable = true,
+ title = "Jin Modules"
}