aboutsummaryrefslogtreecommitdiff
path: root/bin/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.lua')
-rw-r--r--bin/config.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/config.lua b/bin/config.lua
index 40e4eac..8f75804 100644
--- a/bin/config.lua
+++ b/bin/config.lua
@@ -2,5 +2,7 @@ return
{
width = 320 * 2,
height = 240 * 2,
- fps = 60
+ fps = 60,
+ vsync = false,
+ title = "动态光照demo"
} \ No newline at end of file