mirror of
https://github.com/SashLilac/cambridge.git
synced 2024-11-22 12:59:02 -06:00
Update main.lua
This commit is contained in:
parent
01b0f9f618
commit
36837a3af5
2
main.lua
2
main.lua
@ -12,7 +12,7 @@ function love.load()
|
||||
config["side_next"] = false
|
||||
config["reverse_rotate"] = true
|
||||
config["fullscreen"] = false
|
||||
config["das_last_key"] = config.gamesettings.das_last_key == 2
|
||||
config["das_last_key"] = false
|
||||
|
||||
love.window.setMode(love.graphics.getWidth(), love.graphics.getHeight(), {resizable = true});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user