Added DoubleJump component and JumpSpeed in Player component so jumpheight can be adjusted for regular jump and double jump.
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
<Player xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Player.xsd">
|
||||
<MovementSpeed>3</MovementSpeed>
|
||||
<CrouchSpeed>1.5</CrouchSpeed>
|
||||
<JumpSpeed>4.0</JumpSpeed>
|
||||
<CurrentWishDirection X="0" Y="0" Z="0"/>
|
||||
</Player>
|
||||
Reference in New Issue
Block a user