Penaz91 / Glitch_Heaven

Complete rewrite of my Glitch-Based Videogame
MIT License
1 stars 0 forks source link

Using featherfalling glitch creates animation issues #14

Closed Penaz91 closed 8 years ago

Penaz91 commented 8 years ago

If the featherfalling glitch is used, the player animation goes bonkers between idle/moving and falling sprites. This is probably due to the trigger/untrigger of the self.resting property.

Penaz91 commented 8 years ago

This seems to be due to the speed of the falling.

Penaz91 commented 8 years ago

Fixed by adding more falling speed, this will make the game a little more paced too