Had so much fun playing this game the use of the power ups is so clever!!! and passages where you combine them are very cool. Only thing I can complain about is that the token counter in titlescreen only counts the highhest amount you gathered in a level f.e. I backtracked the last three tokens in Level2 but it still says 7/10 :(
The counter is meant to work that way, it's meant to be a challenge to get 10/10/10. Though I agree it is a bit... mean. Implementing it in the way you want would have needed the script to individually track each token, which would have needed 30 saved booleans and game object variables respectively, which is just... not nice to work with. My code was spaghetti enough already.
← Return to game
Comments
Log in with itch.io to leave a comment.
Had so much fun playing this game the use of the power ups is so clever!!! and passages where you combine them are very cool. Only thing I can complain about is that the token counter in titlescreen only counts the highhest amount you gathered in a level f.e. I backtracked the last three tokens in Level2 but it still says 7/10 :(
The counter is meant to work that way, it's meant to be a challenge to get 10/10/10.
Though I agree it is a bit... mean. Implementing it in the way you want would have needed the script to individually track each token, which would have needed 30 saved booleans and game object variables respectively, which is just... not nice to work with. My code was spaghetti enough already.