발사라던가 제작했습니다만 ..
데미지 구현은 모르겠고
큐 효율성을 높여주세요
This commit is contained in:
김도환
2026-04-16 21:14:05 +09:00
parent 65c997406b
commit 4946e16710
15 changed files with 2399 additions and 73 deletions

View File

@@ -1,4 +1,5 @@
{
"version": 1,
"name": "InputSystem_Actions",
"maps": [
{
@@ -85,6 +86,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Mouse",
"type": "Value",
"id": "24341b02-824d-4fad-9ca4-b13eb0e8d4e7",
"expectedControlType": "Vector2",
"processors": "",
"interactions": "",
"initialStateCheck": true
}
],
"bindings": [
@@ -472,6 +482,17 @@
"action": "Crouch",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "37f6f208-f780-4e98-829e-c0037bea0fe7",
"path": "<Mouse>/position",
"interactions": "",
"processors": "",
"groups": ";Keyboard&Mouse",
"action": "Mouse",
"isComposite": false,
"isPartOfComposite": false
}
]
},