diff options
author | chai <chaifix@163.com> | 2018-07-31 14:05:14 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-31 14:05:14 +0800 |
commit | 6d8683c933c55fa117b465c4e35b08c28143ef1c (patch) | |
tree | f660774bd225dded94d6cb8a3e9737d2d650bdac /config.lua | |
parent | 2542f56bca2556b4393d382688be74c1612b2862 (diff) |
*update
Diffstat (limited to 'config.lua')
-rw-r--r-- | config.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.lua b/config.lua new file mode 100644 index 0000000..0f08caa --- /dev/null +++ b/config.lua @@ -0,0 +1,8 @@ +return +{ + width = 512, + height = 400, + fullscreen = false, + resizable = false +} + |