Basic fighting game.
Need kenney art could do a lot of other shit, combos, jumping, crouching. Attacking while jumping/crouuching Balance stuff Special moves
This commit is contained in:
@@ -0,0 +1,124 @@
|
||||
{
|
||||
"name": "P1Bindings",
|
||||
"maps": [
|
||||
{
|
||||
"name": "P1",
|
||||
"id": "9d51b93c-62e7-4a69-bb61-912caecb83ac",
|
||||
"actions": [
|
||||
{
|
||||
"name": "MovementAction",
|
||||
"type": "Value",
|
||||
"id": "eeb64931-5303-4648-b13e-3de7b0a7f336",
|
||||
"expectedControlType": "",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
},
|
||||
{
|
||||
"name": "LightPunch",
|
||||
"type": "Button",
|
||||
"id": "564fc1ed-1bab-46db-9d6e-cf8480b40c33",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
},
|
||||
{
|
||||
"name": "MediumPunch",
|
||||
"type": "Button",
|
||||
"id": "902daf36-9160-49e9-b175-c6bc7139c18a",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
},
|
||||
{
|
||||
"name": "HeavyPunch",
|
||||
"type": "Button",
|
||||
"id": "0fc87ae6-1bf6-4c71-9dff-5b7a92a878b8",
|
||||
"expectedControlType": "Button",
|
||||
"processors": "",
|
||||
"interactions": ""
|
||||
}
|
||||
],
|
||||
"bindings": [
|
||||
{
|
||||
"name": "AD",
|
||||
"id": "9c6d9e15-96db-4cf9-b238-ee2915848025",
|
||||
"path": "1DAxis",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "MovementAction",
|
||||
"isComposite": true,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "negative",
|
||||
"id": "e2b1a34a-c863-46fb-a0e8-045baf470c2e",
|
||||
"path": "<Keyboard>/a",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "MovementAction",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "positive",
|
||||
"id": "4e73213a-9665-4d56-b0e8-2bb09931ac9d",
|
||||
"path": "<Keyboard>/d",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "MovementAction",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": true
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "8f5ac01a-54eb-411a-9613-8292f2bdb5ac",
|
||||
"path": "<Keyboard>/j",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "LightPunch",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "a90ef839-3cdf-4d6e-b91f-d3675cf7b6ab",
|
||||
"path": "<Keyboard>/k",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "MediumPunch",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
},
|
||||
{
|
||||
"name": "",
|
||||
"id": "f69ed37c-ef2e-46af-a194-45755be9c7c5",
|
||||
"path": "<Keyboard>/l",
|
||||
"interactions": "",
|
||||
"processors": "",
|
||||
"groups": "",
|
||||
"action": "HeavyPunch",
|
||||
"isComposite": false,
|
||||
"isPartOfComposite": false
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"controlSchemes": [
|
||||
{
|
||||
"name": "Keyboard",
|
||||
"bindingGroup": "Keyboard",
|
||||
"devices": [
|
||||
{
|
||||
"devicePath": "<Keyboard>",
|
||||
"isOptional": false,
|
||||
"isOR": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user