12 lines
367 B
XML
12 lines
367 B
XML
<prefab name="VNTextbox" type="">
|
|
<asset type="truetype" name="font_main" />
|
|
<UIBorder ref="border" borderSize="16, 16" alignment="32, 32, 320, 320" />
|
|
|
|
<child>
|
|
<UILabel text="bruh" font="font_main" fontSize="32"
|
|
alignment="16, 16, -1, -1"
|
|
alignX="UI_COMPONENT_ALIGN_STRETCH"
|
|
alignY="UI_COMPONENT_ALIGN_STRETCH"
|
|
/>
|
|
</child>
|
|
</prefab> |