mirror of
https://github.com/nucular/sfxrlua.git
synced 2024-12-24 18:44:20 +00:00
update conf.lua to reflect 11.3 assumption
This commit is contained in:
parent
d4c5a2fbf8
commit
fcaf02be04
@ -1,5 +1,5 @@
|
||||
function love.conf(t)
|
||||
t.version = love._version:match("0%.9%.%d+") or "0.9.x"
|
||||
t.version = 11.3
|
||||
t.window.width = 640
|
||||
t.window.height = 600
|
||||
t.window.title = "sfxr.lua Demo"
|
||||
|
Loading…
Reference in New Issue
Block a user