Prototype/SpeechBubble: 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}} | ||
A speech bubble. It floats in the world and can display text. | |||
{{Prototype TOC|speech-bubble}} | |||
Prototype | |||
== Mandatory properties == | == Mandatory properties == | ||
This prototype inherits all the properties from [[Prototype/Entity]]. | This prototype inherits all the properties from [[Prototype/Entity]]. | ||
{{Prototype property|style|[[Types/string|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 == | ||
{{Prototype property|y_offset|[[Types/double|double]]|0|optional=true}} | |||
Revision as of 21:28, 5 August 2019
Template:Prototype parent A speech bubble. It floats in the world and can display text.
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.