Prototype/SpeechBubble: Difference between revisions

From Official Factorio Wiki
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}}
A speech bubble. It floats in the world and can display text.


== Basics ==
{{Prototype TOC|speech-bubble}}
Prototype type: '''speech-bubble'''
 
Extends [[Prototype/Entity]].


== Mandatory properties ==
== Mandatory properties ==
This prototype inherits all the properties from [[Prototype/Entity]].
This prototype inherits all the properties from [[Prototype/Entity]].


=== style ===
{{Prototype property|style|[[Types/string|string]]}}
'''Type''': [[Types/string]]
 
Needs a style of the type "speech_bubble_style", defined inside the gui styles.
Needs a style of the type "speech_bubble_style", defined inside the gui styles.


== Optional properties ==
== Optional properties ==


=== y_offset ===
{{Prototype property|y_offset|[[Types/double|double]]|0|optional=true}}
'''Type''': [[Types/double]]
 
'''Default''': 0

Revision as of 21:28, 5 August 2019

Template:Prototype parent A speech bubble. It floats in the world and can display text.

Template:Prototype TOC

Mandatory properties

This prototype inherits all the properties from Prototype/Entity.

Template:Prototype property Needs a style of the type "speech_bubble_style", defined inside the gui styles.

Optional properties

Template:Prototype property