Fix JSON format errors

This commit is contained in:
Brad Davis 2015-10-15 13:18:04 -07:00
parent 80c962a4cc
commit 4f8e2c9f6b

View file

@ -5,29 +5,29 @@
"filters": [ {
"type": "clamp",
"min": 0,
"max": 1,
"max": 1
}
],
"to": "Actions.Forward",
"to": "Actions.Forward"
}, {
"from": "Standard.LY",
"filters": [ {
"type": "clamp",
"min": -1,
"max": 0,
"max": 0
}, {
"type": "invert"
}
],
"to": "Actions.Backward",
"to": "Actions.Backward"
}, {
"from": "Standard.LX",
"filters": [ {
"type": "scale",
"scale": 2.0,
"scale": 2.0
}
],
"to": "Actions.Yaw",
"to": "Actions.Yaw"
}, {
"from": "Standard.A",
"to": "Actions.Action0"