aboutsummaryrefslogtreecommitdiff
path: root/bin/config.lua
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-07 11:51:37 +0800
committerchai <chaifix@163.com>2018-08-07 11:51:37 +0800
commita46931ada5343e8f5b863719c733f5bfc91c663f (patch)
tree243e77ea0ca1aa5a4b7a235be62efde22914b96e /bin/config.lua
parente4eeedbd6faaef380b58236745856b50cebf4461 (diff)
*update
Diffstat (limited to 'bin/config.lua')
-rw-r--r--bin/config.lua12
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"
+}