Working on removing ui label

This commit is contained in:
2023-06-12 10:09:45 -07:00
parent c7d5377b9c
commit 29bb22b5d0
14 changed files with 102 additions and 86 deletions

View File

@ -14,7 +14,7 @@
/>
<child ref="test123">
<UILabel
<!-- <UILabel
text="This is the text box."
font="font_main"
fontSize="48"
@ -22,8 +22,8 @@
alignX="UI_COMPONENT_ALIGN_MIDDLE"
alignY="UI_COMPONENT_ALIGN_MIDDLE"
ref="uiLabel"
/>
/> -->
</child>
<VNTextboxScroller ref="textboxScroller" label="uiLabel" />
<!-- <VNTextboxScroller ref="textboxScroller" label="uiLabel" /> -->
</prefab>

View File

@ -1,4 +1,4 @@
<prefab name="FPSLabel" type="ui/debug">
<UILabel ref="label" text="Hello World" />
<FPSLabelComponent label="label" />
<!-- <UILabel ref="label" text="Hello World" /> -->
<!-- <FPSLabelComponent label="label" /> -->
</prefab>