mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
5 lines
113 B
Lua
5 lines
113 B
Lua
|
function love.conf(t)
|
||
|
t.window.width = 640
|
||
|
t.window.height = 480
|
||
|
t.window.title = "sfxr.lua Demo"
|
||
|
end
|