Added DoubleJump component and JumpSpeed in Player component so jumpheight can be adjusted for regular jump and double jump.

This commit is contained in:
William Moberg
2016-02-25 12:12:44 +01:00
parent da1c7b3093
commit cd315bbaa0
8 changed files with 38 additions and 6 deletions
+1
View File
@@ -46,4 +46,5 @@
<xs:include schemaLocation="Components/Page.xsd"/>
<xs:include schemaLocation="Components/SpriteIndicator.xsd"/>
<xs:include schemaLocation="Components/Button.xsd"/>
<xs:include schemaLocation="Components/DoubleJump.xsd"/>
</xs:schema>