fix state thigns and port to love11

This commit is contained in:
Your Name 2026-08-07 20:56:42 -04:00
parent ff5abf6bcd
commit c92c0f6ff7
11 changed files with 130 additions and 96 deletions

View file

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