diff options
author | chai <chaifix@163.com> | 2018-05-16 19:19:03 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-16 19:19:03 +0800 |
commit | d45064be602c3becb046d86913ea8013774b0079 (patch) | |
tree | 5e2e995c2139b934ed50f75d0a31eae7180aab59 /bin/config.lua | |
parent | fdaf0e7eb6b9d9bdd7d5ab5f814f4ebbf791ff67 (diff) |
v0.1.0
Diffstat (limited to 'bin/config.lua')
-rw-r--r-- | bin/config.lua | 13 |
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 |