assets moved

This commit is contained in:
Simon Kellet 2024-04-21 13:38:24 +01:00
parent 84e2125214
commit aff6fa8cd3

View File

@ -2,5 +2,5 @@ function love.conf(t)
t.window.width = 1280 t.window.width = 1280
t.window.height = 720 t.window.height = 720
t.window.title = "Space Invaders" t.window.title = "Space Invaders"
t.window.icon = "green.png" t.window.icon = "/assets/green.png"
end end