VN textbox event

This commit is contained in:
2023-05-21 15:11:51 -07:00
parent b61c1fc5ba
commit 74cdc66814
16 changed files with 85 additions and 43 deletions

View File

@ -17,10 +17,10 @@
<UILabel
text="This is the text box."
font="font_main"
fontSize="32"
alignment="16, 16, 0, 0"
alignX="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_STRETCH"
fontSize="48"
alignment="0, 0, 500, 500"
alignX="UI_COMPONENT_ALIGN_MIDDLE"
alignY="UI_COMPONENT_ALIGN_MIDDLE"
ref="uiLabel"
/>
</child>