4 lines
49 B
Lua
4 lines
49 B
Lua
function love.conf(t)
|
|
t.window.width = 350
|
|
end
|
function love.conf(t)
|
|
t.window.width = 350
|
|
end
|