FlyingText?
Posted: Sun May 31, 2015 6:34 pm
Hey, anybody knows about the FlyingText entity? I know that it can be spawned, but any parameter to set text and color? The wiki says nothing about it..
Thanks!
Thanks!
Code: Select all
game.createentity({name="flying-text", position=game.player.position, text="HELLO", color={r = 0.8, g = 0.4, b = 0}})
Thanks!ThaPear wrote:Example usage:Code: Select all
game.createentity({name="flying-text", position=game.player.position, text="HELLO", color={r = 0.8, g = 0.4, b = 0}})