aboutsummaryrefslogtreecommitdiff
path: root/bin/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.lua')
-rw-r--r--bin/config.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/config.lua b/bin/config.lua
new file mode 100644
index 0000000..cf4d721
--- /dev/null
+++ b/bin/config.lua
@@ -0,0 +1,7 @@
+local config = {}
+
+config.width = 500
+config.height = 400
+config.fps = 60
+
+return config