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