fix state thigns and port to love11
This commit is contained in:
parent
ff5abf6bcd
commit
c92c0f6ff7
11 changed files with 130 additions and 96 deletions
6
conf.lua
6
conf.lua
|
|
@ -1,8 +1,12 @@
|
|||
function love.conf(t)
|
||||
-- This project uses the normalized-color and ImageData APIs introduced in
|
||||
-- LÖVE 11. Pinning the intended runtime also gives a useful warning when a
|
||||
-- player tries to launch it with an older installation.
|
||||
t.version = "11.5"
|
||||
t.window.width = 900
|
||||
t.window.height = 640
|
||||
t.window.title = "CHROMA SOLSTICE"
|
||||
t.window.resizable = true
|
||||
t.window.minwidth = 700
|
||||
t.window.minheight = 500
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue