2023-04-11 18:03:03 +02:00
|
|
|
{
|
|
|
|
"default_bindings": [
|
|
|
|
{
|
|
|
|
"controller_type": "knuckles",
|
|
|
|
"binding_url": "index_controller.json"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"actions": [
|
|
|
|
{
|
2023-04-22 19:21:31 +02:00
|
|
|
"name": "/actions/main/in/toggle_visibility",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "mandatory",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
2023-04-22 19:21:31 +02:00
|
|
|
"name": "/actions/main/in/edit_mode",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "mandatory",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
2023-04-22 19:21:31 +02:00
|
|
|
"name": "/actions/main/in/grab",
|
|
|
|
"requirement": "mandatory",
|
|
|
|
"type": "boolean"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "/actions/main/in/distance",
|
2023-04-11 18:03:03 +02:00
|
|
|
"requirement": "suggested",
|
|
|
|
"type": "vector2"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"action_sets": [
|
|
|
|
{
|
|
|
|
"name": "/actions/main",
|
|
|
|
"usage": "leftright"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"localization": [
|
|
|
|
{
|
|
|
|
"language_tag": "en_us",
|
|
|
|
"/actions/main": "Overlay actions",
|
2023-04-22 19:21:31 +02:00
|
|
|
"/actions/main/in/toggle_visibility": "Toggle visibility",
|
|
|
|
"/actions/main/in/edit_mode": "Toggle edit mode",
|
|
|
|
"/actions/main/in/grab": "grab panel",
|
|
|
|
"/actions/main/in/distance": "Move away"
|
2023-04-11 18:03:03 +02:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|