diff options
author | chai <chaifix@163.com> | 2018-08-07 11:51:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-07 11:51:37 +0800 |
commit | a46931ada5343e8f5b863719c733f5bfc91c663f (patch) | |
tree | 243e77ea0ca1aa5a4b7a235be62efde22914b96e /bin/config.lua | |
parent | e4eeedbd6faaef380b58236745856b50cebf4461 (diff) |
*update
Diffstat (limited to 'bin/config.lua')
-rw-r--r-- | bin/config.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bin/config.lua b/bin/config.lua index 36049b0..3e696b8 100644 --- a/bin/config.lua +++ b/bin/config.lua @@ -1,8 +1,8 @@ return { - width = 320 * 2, - height = 240 * 2, - fps = 60, - vsync = false, - title = "动态光照demo", -}
\ No newline at end of file + width = 512, + height = 400, + fullscreen = false, + resizable = true, + title = "Jin Modules" +} |