diff options
| author | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-26 14:21:00 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <jakob@memeware.net> | 2018-10-26 14:21:00 -0400 |
| commit | 0e79caa3581db3598e979c1416598c290ff2a84c (patch) | |
| tree | 5a4c4421dc331de73f66ede0531243431058f52a | |
| parent | a610d4f3c513107135ece5276afffa4223c7ee4b (diff) | |
Add conf.lua
| -rw-r--r-- | conf.lua | 6 | ||||
| -rw-r--r-- | icon.png | bin | 0 -> 315 bytes |
2 files changed, 6 insertions, 0 deletions
diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..50e48f1 --- /dev/null +++ b/conf.lua @@ -0,0 +1,6 @@ +function love.conf(t) + t.version = "11.0" + t.window.title = "Slime the World!" + t.window.icon = "icon.png" +end + diff --git a/icon.png b/icon.png Binary files differnew file mode 100644 index 0000000..3f97caf --- /dev/null +++ b/icon.png |