Added customizable DAS and ARR! (read comments)

This only applies to modes that allow it.
This feature does not apply to main modes (yet)
This commit is contained in:
Ishaan Bhardwaj
2020-12-18 21:25:09 -05:00
parent d3b647ca71
commit 605add7e94
5 changed files with 169 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ function love.load()
love.window.setMode(love.graphics.getWidth(), love.graphics.getHeight(), {resizable = true});
if not config.das then config.das = 10 end
if not config.arr then config.arr = 2 end
if not config.gamesettings then
config.gamesettings = {}
config["das_last_key"] = false