aboutsummaryrefslogtreecommitdiff
path: root/bin/config.lua
diff options
context:
space:
mode:
Diffstat (limited to 'bin/config.lua')
-rw-r--r--bin/config.lua13
1 files changed, 6 insertions, 7 deletions
diff --git a/bin/config.lua b/bin/config.lua
index cf4d721..40e4eac 100644
--- a/bin/config.lua
+++ b/bin/config.lua
@@ -1,7 +1,6 @@
-local config = {}
-
-config.width = 500
-config.height = 400
-config.fps = 60
-
-return config
+return
+{
+ width = 320 * 2,
+ height = 240 * 2,
+ fps = 60
+} \ No newline at end of file