stefan-brus / mushroom-viking

Learning web development by making an idle clicker game
1 stars 0 forks source link

Fix delay that happens when purchasing a new autoclicker #12

Closed stefan-brus closed 10 years ago

stefan-brus commented 10 years ago

When buying a new autoclicker, there is a delay before the autoclick timer event starts up again. Look into what's causing this and fix it.

This will likely require some rethinking, rewriting, refactoring, and possibly restructuring.

stefan-brus commented 10 years ago

Currently, new timer events are added with increasingly reduced intervals. It is quite possibly easily fixed by rethinking this logic and simply removing the time interval reduction.