iOS Question LevelUp Text Popup or Explosion

Pete_S

Member
Licensed User
We have a primitive popup that occurs when a number changes


It's just a label that moves and displays the -50

Is there a better library or function that will act as a moving text popup that looks better than what we have?

Hoping to pass x and y location for the text popup/explosion to start from because we don't want it to be centered like a Toast.
 

MikeH

Well-Known Member
Licensed User
Longtime User
That looks very similar to what I did in my game Infinito and I just used a sub, passing the x, y, text and colour.

 
Upvote 0
Top