color changes

This commit is contained in:
2021-12-18 23:55:01 +01:00
parent 215bed9faf
commit 1131d5a4d9
7 changed files with 16 additions and 16 deletions

View File

@@ -39,7 +39,7 @@ function love.load()
push:setupScreen(VIRTUAL_WIDTH, VIRTUAL_HEIGHT, WINDOW_WIDTH, WINDOW_HEIGHT, {
fullscreen = false,
vsync = false,
resizable = false
resizable = true
})
gStateStack = StateStack()