Prototype/SpeechBubble: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
(0.17)
 
(0.17.49)
Line 7: Line 7:
This prototype inherits all the properties from [[Prototype/Entity]].
This prototype inherits all the properties from [[Prototype/Entity]].


=== font ===
=== style ===
'''Type''': [[Types/string]]
'''Type''': [[Types/string]]
Needs a style of the type "speech_bubble_style", defined inside the gui styles.


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


=== arrow_sprite ===
=== y_offset ===
'''Type''': [[Types/Sprite]]
'''Type''': [[Types/double]]
 
=== font_color ===
'''Type''': [[Types/Color]]


'''Default''': {r=0, g=0, b=0}
'''Default''': 0

Revision as of 18:05, 14 June 2019

Basics

Prototype type: speech-bubble

Extends Prototype/Entity.

Mandatory properties

This prototype inherits all the properties from Prototype/Entity.

style

Type: Types/string

Needs a style of the type "speech_bubble_style", defined inside the gui styles.

Optional properties

y_offset

Type: Types/double

Default: 0