diff options
Diffstat (limited to 'samples/Hello/prefabs/player.prefab.asset')
-rw-r--r-- | samples/Hello/prefabs/player.prefab.asset | 38 |
1 files changed, 18 insertions, 20 deletions
diff --git a/samples/Hello/prefabs/player.prefab.asset b/samples/Hello/prefabs/player.prefab.asset index fb9d34c..62fd7cf 100644 --- a/samples/Hello/prefabs/player.prefab.asset +++ b/samples/Hello/prefabs/player.prefab.asset @@ -1,22 +1,20 @@ -{ - type="prefab", - guid=_guid"0825df57da6d66a49a6b6f97d6af6ed8", +type="prefab", +guid=_guid"0825df57da6d66a49a6b6f97d6af6ed8", -- prefab specified - root=_suid"100100000", - entities = { - ["100100000"] = { - children = { - - } +root=_suid"100100000", +entities = { + ["100100000"] = { + children = { + } - }, - components = { - ["100100200"] = { - guid = _guid"0825df57da6d66a49a6b6f97d6af6ed8", - ["width"] = 10, - ["name"] = "Chai", - ["friend"] = _guid"0825df57da6d66a49a6b6f97d6af6ed8", - ["child"] = _guid"", - } - }, -}
\ No newline at end of file + } +}, +components = { + ["100100200"] = { + guid = _guid"0825df57da6d66a49a6b6f97d6af6ed8", + ["width"] = 10, + ["name"] = "Chai", + ["friend"] = _guid"0825df57da6d66a49a6b6f97d6af6ed8", + ["child"] = _guid"", + } +}, |