Prefab Tool More-Or-Less done

This commit is contained in:
2023-03-29 20:31:08 -07:00
parent fce3e050a1
commit b77d0526eb
16 changed files with 127 additions and 78 deletions

View File

@ -1,14 +1,14 @@
<prefab name="Player" type="">
<MeshRenderer />
<MeshHost ref="meshHost" />
<CubeMeshHost />
<SimpleTexturedMaterial ref="material" />
<CharacterController2D />
<BoxCollider min="-1, -1" max="1, 1" />
<PlayerController ref="player" />
<child position="0, 0, 2" scale="0.1, 0.1, 0.1">
<child position="0, 0, -0.7">
<MeshRenderer />
<MeshHost ref="noseMeshHost" />
<CubeMeshHost ref="burnout" size="0.4, 0.4, 0.4" />
<SimpleTexturedMaterial color="COLOR_RED" />
</child>
</prefab>