FIUS / ICGE

Introduction Course Game Engine for the FIUS Java Introduction Course
MIT License
3 stars 2 forks source link

Mario's animation is sometimes rendered below coins #34

Closed haslersn closed 6 years ago

haslersn commented 6 years ago

When mario stands on a coin and then moves up or to the left, his animation is rendered below the coin.

This is because he's then already considered to be in the field above or left and therefore rendered before the coin is.