I'm making a game but at the end of the game the score with delta time, please help me!
Develop games in your browser. Powerful, performant & highly capable.
Could you rephrase your question a bit? What exactly do you want to do with the score and why delta time?
rahmatnf I do not understand why do you need delta time and score? Is there specific reason for delta time and score? Please explain
Every Tick Add dt to Score[/code:10hde89n] I assume you want to do this so your score continues to rise the longer you play. When you display the score, you might want to display it as a whole number so do something like int(Score) when you display it in a text object or whatever.