Space in the display text editor?
I'm using the display text field to display level high scores, but I can't seem to put a space in, is it possible?
My rule is:
"Level1".."-".."game.Level1Score
am I doing something wrong?
My rule is:
"Level1".."-".."game.Level1Score
am I doing something wrong?
Comments
game.separator = " - "
"Level1"..game.separator..game.Level1Score