24 lines
621 B
XML
24 lines
621 B
XML
<prefab name="VNTextbox" type="">
|
|
<asset type="truetype" name="font_main" />
|
|
|
|
<UIBorder
|
|
ref="border"
|
|
borderSize="16, 16"
|
|
alignment="50, 0, 0, 0"
|
|
alignUnitLeft="UI_COMPONENT_ALIGN_UNIT_PERCENT"
|
|
ref="border"
|
|
alignX="UI_COMPONENT_ALIGN_STRETCH"
|
|
alignY="UI_COMPONENT_ALIGN_STRETCH"
|
|
/>
|
|
|
|
<child>
|
|
<UILabel
|
|
text="This shows how I can now make UI elements align based on percentages of the screen."
|
|
font="font_main"
|
|
fontSize="32"
|
|
alignment="16, 16, 0, 0"
|
|
alignX="UI_COMPONENT_ALIGN_STRETCH"
|
|
alignY="UI_COMPONENT_ALIGN_STRETCH"
|
|
/>
|
|
</child>
|
|
</prefab> |