Jmelo129 / TD-Game

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

Bullet Paths #4

Closed Jmelo129 closed 7 months ago

Jmelo129 commented 8 months ago

When towers shoot, one of the following happens...

Jmelo129 commented 8 months ago

Update... The exact cause has been found!

When no enemy is in range of a tower once that tower's cooldown is over, it loses the ability to kill enemies and instead just draws a red line towards them!

Another factor is how the logic was made. We need to find a way to prevent towers from going for their same target, even after that target was already killed by another tower. Otherwise enemies behind also randomly get killed without notice.