Explorinator9000/conf.lua
2025-07-19 12:12:15 -04:00

4 lines
53 B
Lua

function love.conf(t)
t.window.resizable = true
end