I have different levels (easy, hard, extreme) and one layer where I want to show all the highscores of different levels, but when I try that, it only shows one?
I save the highscores of each level on separate webstorage variable and they show on game over page fine, but when I go to page that shows all the highscores, it only shows one and most of the time none.
I use highscore text object and set text to highscore1,
highscorehard set text to highscore2
highscoreext set text to highscore3
I tried on start of the layout and on every tick, but it doesn't fetch the highscores?