Penaz91 / Glitch_Heaven

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

Mobile platforms can make you go through solid surfaces #60

Closed Penaz91 closed 8 years ago

Penaz91 commented 8 years ago

This is due to the fact that platform moving is done AFTER the wall collision detection. But if i invert the operations i'll get teleported under a vertically moving platform if i touch a wall.

Penaz91 commented 8 years ago

This was fixed with new update