mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 08:43:52 +02:00
indentation causing some issue
is this resolved? Hard to tell.
This commit is contained in:
parent
ab52fc5b3c
commit
19b6a04175
1 changed files with 6 additions and 7 deletions
|
@ -1,18 +1,17 @@
|
||||||
{
|
{
|
||||||
"name": "Touchscreen to Actions",
|
"name": "Touchscreen to Actions",
|
||||||
"channels": [
|
"channels": [
|
||||||
|
|
||||||
{ "from": "Touchscreen.GesturePinchOut", "to": "Actions.BoomOut", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
{ "from": "Touchscreen.GesturePinchOut", "to": "Actions.BoomOut", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
||||||
{ "from": "Touchscreen.GesturePinchIn", "to": "Actions.BoomIn", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
{ "from": "Touchscreen.GesturePinchIn", "to": "Actions.BoomIn", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
||||||
|
|
||||||
{ "from": { "makeAxis" : [
|
{ "from": { "makeAxis" : [
|
||||||
[ "Touchscreen.DragLeft" ],
|
[ "Touchscreen.DragLeft" ],
|
||||||
[ "Touchscreen.DragRight" ]
|
[ "Touchscreen.DragRight" ]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"to": "Actions.Yaw"
|
"to": "Actions.Yaw"
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "from": { "makeAxis" : [
|
{ "from": { "makeAxis" : [
|
||||||
[ "Touchscreen.DragUp" ],
|
[ "Touchscreen.DragUp" ],
|
||||||
[ "Touchscreen.DragDown" ]
|
[ "Touchscreen.DragDown" ]
|
||||||
|
|
Loading…
Reference in a new issue