wall-kick-jump WIP

This commit is contained in:
minjaesong
2019-10-02 15:24:05 +09:00
parent c14453cb35
commit 15a6324ef4
6 changed files with 29 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ object AVKey {
const val JUMPPOWER = "jumppower"
const val JUMPPOWERBUFF = "$JUMPPOWER$BUFF"
/** How much air jumping you can perform. INT */
/** How much air jumping you can perform. 0 is same as 1. INT */
const val AIRJUMPPOINT = "airjumppoint"
/** How much air jumping you have performed before you run out of the point. INT */
const val AIRJUMPCOUNT = "_airjumpcount"