Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I'm trying to run long loops and it takes a lot of time to click the + button even just 1500 times. Some of the longer loops I would like to do involve >100k repeats of an action, and that's just not practical as things are. It might be useful to add a keyboard input or some similar rapid method for repeat count rather than just +1/-1.

(+2)

if you hold control and click + it will increment in 10s. In the next version we want to add the ability to type in the number you want as well

Ooh, thank you!