better shake

This commit is contained in:
Your Name 2026-08-07 10:27:56 -04:00
parent 0f79fe99ae
commit 12c37b5fa9
3 changed files with 37 additions and 16 deletions

View file

@ -2,4 +2,7 @@ function love.conf(t)
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