mirror of
https://github.com/lubosz/overte.git
synced 2025-08-16 22:12:02 +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",
|
"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" ],
|
||||||
|
@ -13,7 +13,7 @@
|
||||||
"to": "Actions.Yaw"
|
"to": "Actions.Yaw"
|
||||||
},
|
},
|
||||||
|
|
||||||
{ "from": { "makeAxis" : [
|
{ "from": { "makeAxis" : [
|
||||||
[ "Touchscreen.DragUp" ],
|
[ "Touchscreen.DragUp" ],
|
||||||
[ "Touchscreen.DragDown" ]
|
[ "Touchscreen.DragDown" ]
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue