diff options
| -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 |