FlyingText?

Place to get help with not working mods / modding interface.
Post Reply
iUltimateLP
Long Handed Inserter
Long Handed Inserter
Posts: 66
Joined: Sun May 24, 2015 4:41 pm
Contact:

FlyingText?

Post by iUltimateLP »

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!

User avatar
ThaPear
Fast Inserter
Fast Inserter
Posts: 226
Joined: Fri May 30, 2014 8:05 am
Contact:

Re: FlyingText?

Post by ThaPear »

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}}) 

iUltimateLP
Long Handed Inserter
Long Handed Inserter
Posts: 66
Joined: Sun May 24, 2015 4:41 pm
Contact:

Re: FlyingText?

Post by iUltimateLP »

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}}) 
Thanks!

iUltimateLP
Long Handed Inserter
Long Handed Inserter
Posts: 66
Joined: Sun May 24, 2015 4:41 pm
Contact:

Re: FlyingText?

Post by iUltimateLP »

Is there a possibilty to change the text size?

Post Reply

Return to “Modding help”