ochadenas / cpudefense

A tower defense game for Android based on a microprocessor theme
MIT License
118 stars 10 forks source link

stuck attackers at Accumulator, when Resistor times out #164

Closed Tinsus closed 2 months ago

Tinsus commented 2 months ago

In version 1.38 I found a New bug:

If I place a resistor in Front of some Accumulators the attackers are handeled nicely, but after some time New attackers appeare on/next to the Accumulator. The New attackers are stuck there and do not prevent the level to complete. If I swap the App to the Background and re-focus it, the stuck attackers disappear and I gain a quite big amound of credits.

I assume, that attackers und er the effect of the restistor are collected and distroyed by the Accumulator, but when the Restistor effect times out a New "yellow" attackers appears on the Position where the "orange" attackers had been destroyed. And stays there.

PS: the lines to the top legt corners appeare after the first background/re-focus is done to gain the extra credit for the stuck yellow attackers. Screenshot_20240723-162643

ochadenas commented 2 months ago

Fixes in 1.39.

Also the lines connecting to the (0|0) position of the screen should no longer appear.