Make sure we're run on a recent-enough LÖVE

This commit is contained in:
Juhani Krekelä 2019-06-29 16:50:43 +03:00
parent 5eb0162e5b
commit 9e136ab4c9
1 changed files with 2 additions and 0 deletions

View File

@ -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