writing config to disk

This commit is contained in:
minjaesong
2021-09-19 15:15:42 +09:00
parent b741d463bb
commit 66e77e0a01
8 changed files with 76 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ object DefaultConfig {
"config_keyjump" to Input.Keys.SPACE,
"config_keyquickslots" to (Input.Keys.NUM_0..Input.Keys.NUM_9).toList(),
"config_keyquickslots" to (Input.Keys.NUM_0..Input.Keys.NUM_9).toList().toIntArray(),
"config_mouseprimary" to Input.Buttons.LEFT, // left mouse
"config_mousesecondary" to Input.Buttons.RIGHT, // right mouse