sfxr.lua/conf.lua

5 lines
113 B
Lua
Raw Normal View History

function love.conf(t)
t.window.width = 640
t.window.height = 480
t.window.title = "sfxr.lua Demo"
end