Working on removing ui label
This commit is contained in:
@ -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>
|
@ -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>
|
Reference in New Issue
Block a user