Grid Progress

This commit is contained in:
2023-04-30 15:31:22 -07:00
parent 248e000c63
commit e6b93fe5db
5 changed files with 80 additions and 8 deletions

View File

@ -1,12 +1,16 @@
<prefab name="VNTextbox" type="">
<asset type="truetype" name="font_main" />
<UIBorder ref="border" borderSize="16, 16" alignment="32, 32, 320, 320" />
<UIGrid columns="2" />
<child>
<UILabel text="bruh" font="font_main" fontSize="32"
alignment="16, 16, -1, -1"
alignX="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_STRETCH"
/>
<UIBorder ref="border" borderSize="16, 16" alignment="32, 32, 320, 320" ref="border" />
<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>
</child>
</prefab>