better shake
This commit is contained in:
parent
0f79fe99ae
commit
12c37b5fa9
3 changed files with 37 additions and 16 deletions
3
conf.lua
3
conf.lua
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue