Finally finished VN textbox

This commit is contained in:
2023-06-17 07:59:22 -07:00
parent 4cbff34034
commit f766f675ce
5 changed files with 120 additions and 86 deletions

View File

@ -20,7 +20,23 @@
alignY="UI_COMPONENT_ALIGN_STRETCH"
ref="uiLabel"
>
<font font="font_arial" size="32">test1</font>
<font font="font_arial" size="32">
Hello World
How are you today?
I'm doing great, thanks!
Thanks, me too!
</font>
<font font="font_arial" size="36" color="RED">
Glad to hear it!
I'm glad to hear it too!
What a great day!
It sure is!
I'm glad we're friends!
Me too!
What are you up to?
Nothing much, just hanging out.
Cool, me too!
</font>
</UIRichTextLabel>
</child>