Text templating
When you're using text, you can include information about the game using variables.
Here are un example: Fantastic! You have reached {{score}} points!!
Here is a list of the available variables:
{{score}}
: Shows the current score{{visitedLevels}}
List of visited levels:{{time}}
Elapsed time in seconds since the countdown started{{timeLeft}}
Time left of the countdown in seconds{{formattedTime}}
Elapsed time in seconds since the countdown started in formathh:mm
{{formattedTimeLeft}}
Time left of the countdown in seconds in formathh:mm
Last updated