Jmelo129 / TD-Game

Planning for the Tower Defense Game
0 stars 0 forks source link

Tower Sprites #9

Closed ghost closed 9 months ago

ghost commented 9 months ago

When we were using the new tower photo (after swapping from using dark blue squares), when the towers shooted, they faded out of existence for a couple milliseconds before reappearing.

ghost commented 9 months ago

To fix this, there was simply just a logic error, where an or statement was used when the towers were drawing and shooting, meaning that the towers weren’t able to be drawn at the same time as the bullet path. We simply changed the logic and the issue was quickly fixed.