This commit is contained in:
parent
59ff0cfc4d
commit
7937ab7e3d
1 changed files with 15 additions and 7 deletions
|
@ -15,36 +15,44 @@
|
|||
"KEY_ACTION": "click"
|
||||
},
|
||||
"STRIKEL": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_2",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_1",
|
||||
"KEY_ACTION": "click"
|
||||
},
|
||||
"LEFTL": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_3",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_2",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"UPL": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_4",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_3",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"RIGHTL": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_5",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_4",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"DOWNL": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_6",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_5",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"STRIKER": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_7",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_6",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"LEFTR": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_8",
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_7",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"DOWNR": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_10",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"RIGHTR": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_9",
|
||||
"KEY_ACTION": "hold"
|
||||
},
|
||||
"UPR": {
|
||||
"KEY_MAPPING": "spell_engine.spell_hotbar_8",
|
||||
"KEY_ACTION": "hold"
|
||||
}
|
||||
},
|
||||
"TESTING_GESTURES": {
|
||||
|
|
Loading…
Reference in a new issue