diff options
Diffstat (limited to 'samples/Hello/prefabs/player.prefab.asset')
-rw-r--r-- | samples/Hello/prefabs/player.prefab.asset | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/samples/Hello/prefabs/player.prefab.asset b/samples/Hello/prefabs/player.prefab.asset new file mode 100644 index 0000000..fb9d34c --- /dev/null +++ b/samples/Hello/prefabs/player.prefab.asset @@ -0,0 +1,22 @@ +{ + type="prefab", + guid=_guid"0825df57da6d66a49a6b6f97d6af6ed8", +-- prefab specified + 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 |