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

@ -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>