Space in the display text editor?

jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
edited November -1 in Working with GS (Mac)
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?

Comments

  • firemaplegamesfiremaplegames Member Posts: 3,211
    Make that chunk of text a global text attribute.... put the space there, like this:

    game.separator = " - "

    "Level1"..game.separator..game.Level1Score
  • jonmulcahyjonmulcahy Member, Sous Chef Posts: 10,408
    Ah ha! Great idea. Thanks!
Sign In or Register to comment.