Golden Sheep - cannot pause correctly

Not sure if this is a bug or not…(version 1.0)

On the Golden Sheep level, when you click the pause button, the heath of the golden sheep continues to go down and sound effects play. This was with all the archers in play after 5-10 minutes into the level. I would click the pause button, and for about 2 minutes the health would still go down. This might be due to my system being older and slower, but it was a funky user experience.

yep, with all defenders the game is too busy adding hits.

This is a known issue - technically nothing is going wrong, what’s happening is that the game does not allow more than one hit to be resolved per cycle to avoid various problems. Additional hits over a short period of time are put on a “stack” and executed one by one over the next few frames. Normally this is not a problem, but the super sheep is a special case where you can really see it do strange things. I want to fix this in an upcoming patch as it could affect the outcome of certain battles, but I’ll have to be careful not to introduce more bugs in doing so.