MaxwellSalmon / DUGA

The GitHub for the DUGA raycaster
Mozilla Public License 2.0
132 stars 23 forks source link

Sprites are projected wrong #8

Open MaxwellSalmon opened 6 years ago

MaxwellSalmon commented 6 years ago

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.