GlobalNumber TotalDistance=0
When it displays the score and hign score there is a decmal. How do I remove that? I tried ceil.
Here is the gameover layout
Thanks!!
Develop games in your browser. Powerful, performant & highly capable.
Solved.
"You Game Over!
score:"&round(TotalDistance)&"
Highscore:"&WebStorage.LocalValue("highscore")
I also changed the ceil to round.