Make sure we're run on a recent-enough LÖVE
This commit is contained in:
parent
5eb0162e5b
commit
9e136ab4c9
1 changed files with 2 additions and 0 deletions
|
@ -3,4 +3,6 @@ function love.conf(t)
|
|||
t.window.width = 1280
|
||||
t.window.height = 960
|
||||
t.window.resizable = true
|
||||
|
||||
t.version = "11.2"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue