feat: 긴급회피 스킬 슬롯 추가 및 검 모델 prefab 교체

- Left Ctrl에 Evade 액션 바인딩 추가 (InputSystem_Actions)
- PlayerSkillInput skillSlots 6→7개로 확장, 슬롯 6에 Evade 연결
- Prefab_Player_Default 긴급회피 스킬 슬롯 할당
- 검 무기 모델 fbx → prefab으로 교체
- 구르기 스킬 아이콘, 베기 스킬 이펙트 데이터 수정

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-17 10:43:49 +09:00
parent a347d9360d
commit 5ca0fdabf7
11 changed files with 162 additions and 95 deletions

View File

@@ -122,6 +122,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Evade",
"type": "Button",
"id": "e9ae2f2b-7ce7-4104-9394-f2f3f599e595",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -487,6 +496,17 @@
"action": "Skill 6",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "f0f459a5-504a-425c-ae51-c6353269c277",
"path": "<Keyboard>/ctrl",
"interactions": "",
"processors": "",
"groups": "",
"action": "Evade",
"isComposite": false,
"isPartOfComposite": false
}
]
},