mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 12:14:00 +02:00
json indentation fix
This commit is contained in:
parent
480b1a1263
commit
ab52fc5b3c
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
"name": "Touchscreen to Actions",
|
||||
"channels": [
|
||||
|
||||
{ "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.GesturePinchOut", "to": "Actions.BoomOut", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
||||
{ "from": "Touchscreen.GesturePinchIn", "to": "Actions.BoomIn", "filters": [ { "type": "scale", "scale": 0.02 } ] },
|
||||
|
||||
{ "from": { "makeAxis" : [
|
||||
[ "Touchscreen.DragLeft" ],
|
||||
|
@ -13,7 +13,7 @@
|
|||
"to": "Actions.Yaw"
|
||||
},
|
||||
|
||||
{ "from": { "makeAxis" : [
|
||||
{ "from": { "makeAxis" : [
|
||||
[ "Touchscreen.DragUp" ],
|
||||
[ "Touchscreen.DragDown" ]
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue