Enable time-warp easing function
This commit is contained in:
parent
c1e7703d78
commit
19c3f9ab2b
1 changed files with 5 additions and 0 deletions
|
@ -882,6 +882,11 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
<tile-cache>
|
||||
<enable type="bool">false</enable>
|
||||
</tile-cache>
|
||||
<time>
|
||||
<warp-easing type="bool">true</warp-easing>
|
||||
<warp-easing-method type="string">swing</warp-easing-method>
|
||||
<warp-easing-duration-secs type="double">10</warp-easing-duration-secs>
|
||||
</time>
|
||||
</sim>
|
||||
<!-- mouse mode -->
|
||||
<devices>
|
||||
|
|
Loading…
Reference in a new issue