Prototype/FlyingText: Difference between revisions
Jump to navigation
Jump to search
(Set prototype parent) |
(Converted to SMW format) |
||
Line 1: | Line 1: | ||
{{Prototype parent|Prototype/Entity}} | {{Prototype parent|Prototype/Entity}} | ||
An upwards flying text that disappears after a certain time (setting active = false stops the flying and the disappearing.) | |||
{{Prototype TOC|flying-text}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
{{Prototype property|speed|[[Types/float|float]]}} | |||
How fast the text flies up. Seems to be tiles/tick. | How fast the text flies up. Seems to be tiles/tick. | ||
{{Prototype property|time_to_live|[[Types/uint32|uint32]]}} | |||
Time in ticks this flying-text lasts. | Time in ticks this flying-text lasts. | ||
== Optional properties == | == Optional properties == | ||
{{Prototype property|text_alignment|[[Types/string|string]]|"left"|optional=true}} | |||
Options: "left", "center", "right" | Options: "left", "center", "right" |
Revision as of 21:09, 5 August 2019
Template:Prototype parent An upwards flying text that disappears after a certain time (setting active = false stops the flying and the disappearing.)
Mandatory properties
Template:Prototype property How fast the text flies up. Seems to be tiles/tick.
Template:Prototype property Time in ticks this flying-text lasts.
Optional properties
Template:Prototype property Options: "left", "center", "right"