Update main.lua

pull/13/head v0.2.3.1
Ishaan Bhardwaj 2020-12-03 13:45:23 -05:00 committed by GitHub
parent 01b0f9f618
commit 36837a3af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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});