Hi there folks!
I'm making a platform rpg. And my problem is I cant figure out how to draw e.g the global variable "Score" "Coins". I'm thinking there must be some way to use the text object for this. But I'm stuck!
Please help.
The HUD is all ready. It only missing the global score system to be displayed.
Edit:
Found out: Use text object, in set text -> e.g. global('Score')
Hope that helps for someone else.