summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf.lua6
-rw-r--r--icon.pngbin0 -> 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
new file mode 100644
index 0000000..3f97caf
--- /dev/null
+++ b/icon.png
Binary files differ