기본 공격 구현

This commit is contained in:
2026-09-24 01:52:29 +09:00
parent 4a08a9d085
commit da4075e42e
36 changed files with 570 additions and 425 deletions

View File

@@ -15,6 +15,16 @@
"interactions": "",
"initialStateCheck": true,
"priority": 0
},
{
"name": "Attack",
"type": "Button",
"id": "bf2fbb7b-fd81-4ec4-824d-26ff5ce88e66",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false,
"priority": 0
}
],
"bindings": [
@@ -72,6 +82,17 @@
"action": "Move",
"isComposite": false,
"isPartOfComposite": true
},
{
"name": "",
"id": "7f4c479d-7d04-4598-9df4-cec2ca3408bf",
"path": "<Keyboard>/space",
"interactions": "",
"processors": "",
"groups": "",
"action": "Attack",
"isComposite": false,
"isPartOfComposite": false
}
]
}