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