diff --git a/assets/textures/logo.png b/assets/textures/logo.png new file mode 100644 index 0000000..07fda80 Binary files /dev/null and b/assets/textures/logo.png differ diff --git a/conf.lua b/conf.lua index f53c655..089e7d9 100644 --- a/conf.lua +++ b/conf.lua @@ -6,7 +6,7 @@ function love.conf(t) t.window.height = 800 t.window.resizable = true t.window.title = 'Box of Eases' - t.window.icon = 'logo.png' + t.window.icon = 'assets/textures/logo.png' t.window.msaa = 5 t.window.vsync = false