flamenaak / KingdomOfBad

0 stars 0 forks source link

Figure out how to handle jumping on platforms- more in comments #33

Closed JakubPlatzek closed 2 years ago

JakubPlatzek commented 2 years ago

The highest point that the player can currently reach is 2 grid tiles up. The issues is, that this requires for platforms to be in the level of players characters head, which causes blockage of path behind the platform.

The situation can be seen in the Prototype1 branch.