Now I gotta fix alignment

This commit is contained in:
2023-04-27 23:31:09 -07:00
parent 89afd1e53f
commit 129a460cd1
7 changed files with 182 additions and 14 deletions

View File

@ -1,4 +1,8 @@
<prefab name="VNTextbox" type="">
<asset type="truetype" name="font_main" />
<UILabel text="Hello UI" font="font_main" fontSize="32" />
<UIBorder ref="border" width="64" height="64" />
<child alignment="16, 16, -1, -1">
<UILabel text="bruh" font="font_main" fontSize="32" />
</child>
</prefab>