moiri / kobold

jump and run on web page
2 stars 0 forks source link

Size of side colliders of Movable #44

Closed moiri closed 9 years ago

moiri commented 10 years ago

When jumping, the side-colliders take again the complete size of the movable (without the tolerance to move up stairs without jumping). Why is this?

moiri commented 9 years ago

This was explicitly implemented that way (method updateCollider, direction left and right). As to why: I do not remember, sadly...

moiri commented 9 years ago

I do now: this is set explicitly to prevent the character from jumping on obstacles he is not supposed to reach.