DAS priority reversal (#25)

* Reversed the priority of key presses when charging DAS.
* Made it an actual config option.
* Config should be false by default.
This commit is contained in:
Joe Zeng
2019-07-07 17:23:17 -04:00
committed by Ishaan Bhardwaj
parent 957802a78e
commit 8c1eaec1aa
2 changed files with 52 additions and 21 deletions

View File

@@ -12,6 +12,7 @@ function love.load()
config["side_next"] = false
config["reverse_rotate"] = true
config["fullscreen"] = false
config["das_last_key"] = false
love.window.setMode(love.graphics.getWidth(), love.graphics.getHeight(), {resizable = true});