Added block animation, script, and keybind. Still need to add animation transitions/triggers.
This commit is contained in:
djkellerman
2025-01-31 11:27:03 -05:00
parent bbaebadbed
commit 36815eb876
8 changed files with 3061 additions and 6 deletions

View File

@@ -40,6 +40,15 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Block",
"type": "Button",
"id": "be945856-bd8c-4925-8ed1-0555831d5f61",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -251,6 +260,28 @@
"action": "Punch",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "de623b7f-b30a-44d6-98ff-64faf7825d8f",
"path": "<Keyboard>/q",
"interactions": "",
"processors": "",
"groups": "",
"action": "Block",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "215ac495-a903-4e41-b61a-6d505550788f",
"path": "<Gamepad>/rightShoulder",
"interactions": "",
"processors": "",
"groups": "",
"action": "Block",
"isComposite": false,
"isPartOfComposite": false
}
]
},