Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+1)

I've finished all of the levels, the only issues I noticed were 11 and 17 not marking themselves complete, and level 16 marking level 11 complete instead of itself. Nonetheless, good job

(1 edit)

Many thanks again for letting me know, I have added and update to fix that screen for the future. :)

To calculate the Y coordinate of the level select screen to turn the box green I was using:

Round_down(level_number / 6) 

That only works for the numbers 1-10. The correct equation is:

Round_up(level_number/5)

Many thanks again, really appreciate the feedback!