You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sprites (items, NPC's, furniture) are not projected onto the screen correctly. They need to change y-position when the player is rotating - right now they only change x-position.
This is not a high priority at the moment, but it would be nice to fix at some point.
Look at SPRITES.py - yTmp is not even used when drawing the sprite.
The text was updated successfully, but these errors were encountered:
The sprites (items, NPC's, furniture) are not projected onto the screen correctly. They need to change y-position when the player is rotating - right now they only change x-position.
This is not a high priority at the moment, but it would be nice to fix at some point.
Look at SPRITES.py - yTmp is not even used when drawing the sprite.
The text was updated successfully, but these errors were encountered: