mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 21:03:27 +02:00
Ooops..
This commit is contained in:
parent
33a8ab2d58
commit
615a3c52e4
1 changed files with 3 additions and 3 deletions
|
@ -84,7 +84,7 @@
|
||||||
"to": "Actions.Yaw",
|
"to": "Actions.Yaw",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
{ "type": "scale", "scale": 0.1 }
|
{ "type": "scale", "scale": 0.6 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -109,14 +109,14 @@
|
||||||
{ "from": "Keyboard.MouseMoveUp", "when": "Keyboard.RightMouseButton", "to": "Actions.PITCH_UP",
|
{ "from": "Keyboard.MouseMoveUp", "when": "Keyboard.RightMouseButton", "to": "Actions.PITCH_UP",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
{ "type": "scale", "scale": 0.1 }
|
{ "type": "scale", "scale": 0.6 }
|
||||||
]
|
]
|
||||||
|
|
||||||
},
|
},
|
||||||
{ "from": "Keyboard.MouseMoveDown", "when": "Keyboard.RightMouseButton", "to": "Actions.PITCH_DOWN",
|
{ "from": "Keyboard.MouseMoveDown", "when": "Keyboard.RightMouseButton", "to": "Actions.PITCH_DOWN",
|
||||||
"filters":
|
"filters":
|
||||||
[
|
[
|
||||||
{ "type": "scale", "scale": 0.1 }
|
{ "type": "scale", "scale": 0.6 }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue