6 lines
119 B
Lua
6 lines
119 B
Lua
function love.conf(t)
|
|
t.window.width = 640
|
|
t.window.height = 480
|
|
t.window.title = "Datix"
|
|
t.console = true
|
|
end
|