diff options
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 +} + |