10 lines
No EOL
207 B
Lua
10 lines
No EOL
207 B
Lua
function love.conf(t)
|
|
t.window.width = 373
|
|
t.window.height = 212
|
|
t.window.borderless = true
|
|
t.window.title = "input display"
|
|
t.window.icon = "icon.png"
|
|
|
|
t.modules.physics = false
|
|
|
|
end |