Ylands Game logic - UI panel
Revision as of 16:40, 17 November 2021 by Lou Montana (talk | contribs) (Text replacement - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ")
Contents
Description
Custom UI panel shown over in-game UI.
Properties
Visible to new player
- Defines if connected player can see the panel.
Anchor
- Defines the basic position of the panel.
Screen X/Y
- Adjusts the position of the panel regarding to the anchor.
Width/Height
Defines size of the panel.
Always on top
- Defines whenever the panel stays on top other panels and interfaces.
Background color
defines background color of the panel.
Text
- Default text displayed by the panel.
Text color
- Color of the text.
Text alignment
- Text alignment in the panel
Text size
- Size of the font.
Text outline
- Defines if the font shall have outline.
Text outline color
- Color of the text outline.
Image
- Add an image from the default selection in the panel.
Related instructions