2026-06-15 리듬게임 프로토타입

This commit is contained in:
skrwns304@gmail.com
2026-06-15 15:29:54 +09:00
parent 19c26533f8
commit 6fe34d8eec
23 changed files with 265 additions and 26 deletions

View File

@@ -14,6 +14,24 @@
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Key_Left",
"type": "Button",
"id": "5afd9129-22e8-4e22-9843-f936922fc2a9",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
},
{
"name": "Key_Right",
"type": "Button",
"id": "5d342104-f81c-46cf-af37-f9388136115b",
"expectedControlType": "",
"processors": "",
"interactions": "",
"initialStateCheck": false
}
],
"bindings": [
@@ -27,6 +45,28 @@
"action": "Jump",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "8de0c981-8048-4b3e-baf8-d77cf3dbcc39",
"path": "<Keyboard>/leftArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Key_Left",
"isComposite": false,
"isPartOfComposite": false
},
{
"name": "",
"id": "e2dedd13-89db-4921-8a87-303eaded5f2e",
"path": "<Keyboard>/rightArrow",
"interactions": "",
"processors": "",
"groups": "",
"action": "Key_Right",
"isComposite": false,
"isPartOfComposite": false
}
]
}