diff options
author | chai <chaifix@163.com> | 2018-08-01 20:40:01 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-01 20:40:01 +0800 |
commit | 1db7ee27d1012fb00f0d377c6f5d1cf162cd2387 (patch) | |
tree | 9d72f71653a0d70d0af23955f8774a05cbbb927e /config.lua | |
parent | 27e55674d131297a806cd16f3bcb68c2d6062705 (diff) |
+add class module
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,5 +3,6 @@ return width = 512, height = 400, fullscreen = false, - resizable = true + resizable = true, + title = "Jin Modules" } |