5 lines
79 B
Lua
5 lines
79 B
Lua
|
function love.conf(t)
|
||
|
t.window.highdpi = false
|
||
|
t.window.title = "ants"
|
||
|
end
|