2PlayerShooter/conf.lua
Simon Kellet 6c1b73d970 init push
2024-04-19 23:46:04 +01:00

7 lines
136 B
Lua

function love.conf(t)
t.window.width = 1280
t.window.height = 720
t.window.title = "Space Invaders"
t.window.icon = "green.png"
end