Half done with Scene Component Parsing

This commit is contained in:
2023-03-23 21:43:02 -07:00
parent b4a5913587
commit 0c8f825b1a
21 changed files with 316 additions and 411 deletions

View File

@ -0,0 +1,7 @@
<prefab name="PlayerPrefab" type="">
<CharacterController2D />
<BoxCollider />
<MeshHost />
<MeshRenderer />
<SimpleTexturedMaterial />
</prefab>

View File

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