Refine combo charge controls
This commit is contained in:
@@ -2,6 +2,12 @@ class_name InputResolver
|
||||
extends RefCounted
|
||||
|
||||
const SKILLS := {
|
||||
"W": {
|
||||
"type": "skill",
|
||||
"id": "skill_w",
|
||||
"animation": "warrior_w",
|
||||
"clear_window": false,
|
||||
},
|
||||
"A": {
|
||||
"type": "skill",
|
||||
"id": "skill_a",
|
||||
|
||||
Reference in New Issue
Block a user