drblaui / cookie-clicker-autobuy

A mod for Cookie Clicker that buys Buildings and upgrades for you
https://steamcommunity.com/sharedfiles/filedetails/?id=2709341364
GNU General Public License v3.0
0 stars 0 forks source link

"Cache" input of bulk amount #13

Closed drblaui closed 2 years ago

drblaui commented 2 years ago

The way cookie clicker is programmed it (for whatever reason) redraws the menu every draw tick. This makes typing in values in the input box incredibly hard.

Either change to a slider (could be pretty bad UX) or save the last typed thing as a temporary variable until the set bulk amount is clicked or the menu is disabled (gross)

create-issue-branch[bot] commented 2 years ago

Branch issue-13-_Cache_input_of_bulk_amount created!