Dawn/assets/games/liminal/prefabs/VNTextbox.xml
2023-05-21 15:11:51 -07:00

29 lines
730 B
XML

<prefab name="VNTextbox" type="">
<asset type="truetype" name="font_main" />
<asset type="texture" name="texture_border" />
<UIBorder
ref="border"
borderSize="16, 16"
alignment="50, 0, 0, 0"
alignUnitLeft="UI_COMPONENT_ALIGN_UNIT_PERCENT"
ref="border"
alignX="UI_COMPONENT_ALIGN_END"
alignY="UI_COMPONENT_ALIGN_STRETCH"
texture="texture_border"
/>
<child ref="test123">
<UILabel
text="This is the text box."
font="font_main"
fontSize="48"
alignment="0, 0, 500, 500"
alignX="UI_COMPONENT_ALIGN_MIDDLE"
alignY="UI_COMPONENT_ALIGN_MIDDLE"
ref="uiLabel"
/>
</child>
<VNTextboxScroller ref="textboxScroller" label="uiLabel" />
</prefab>