VN Textbox Scroll initial version

This commit is contained in:
2023-05-20 22:13:22 -07:00
parent 8df72dace1
commit c69352cf9c
17 changed files with 351 additions and 73 deletions

View File

@ -13,7 +13,7 @@
texture="texture_border"
/>
<child>
<child ref="test123">
<UILabel
text="This is the text box."
font="font_main"
@ -21,6 +21,9 @@
alignment="16, 16, 0, 0"
alignX="UI_COMPONENT_ALIGN_STRETCH"
alignY="UI_COMPONENT_ALIGN_STRETCH"
ref="uiLabel"
/>
</child>
<VNTextboxScroller ref="textboxScroller" label="uiLabel" />
</prefab>