summaryrefslogtreecommitdiff
path: root/Samples/Hello
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-08-07 21:08:47 +0800
committerchai <chaifix@163.com>2019-08-07 21:08:47 +0800
commit0c391fdbce5a079cf03e483eb6174dd47806163d (patch)
treeb06cd7a9d0ae0d9bb9e82f3dcb786dfce11f8628 /Samples/Hello
parent9686368e58e25cbd6dc37d686bdd2be3f80486d6 (diff)
*misc
Diffstat (limited to 'Samples/Hello')
-rw-r--r--Samples/Hello/main.macro.asset2
-rw-r--r--Samples/Hello/prefabs/anim.prefab.asset3
-rw-r--r--Samples/Hello/prefabs/player.prefab.asset20
3 files changed, 25 insertions, 0 deletions
diff --git a/Samples/Hello/main.macro.asset b/Samples/Hello/main.macro.asset
new file mode 100644
index 0000000..0dce4b9
--- /dev/null
+++ b/Samples/Hello/main.macro.asset
@@ -0,0 +1,2 @@
+#define _DEBUG_BUILD 1
+#define _RELEASE_BUILD 1 \ No newline at end of file
diff --git a/Samples/Hello/prefabs/anim.prefab.asset b/Samples/Hello/prefabs/anim.prefab.asset
new file mode 100644
index 0000000..203eaac
--- /dev/null
+++ b/Samples/Hello/prefabs/anim.prefab.asset
@@ -0,0 +1,3 @@
+{
+ type="prefab",
+} \ No newline at end of file
diff --git a/Samples/Hello/prefabs/player.prefab.asset b/Samples/Hello/prefabs/player.prefab.asset
new file mode 100644
index 0000000..62fd7cf
--- /dev/null
+++ b/Samples/Hello/prefabs/player.prefab.asset
@@ -0,0 +1,20 @@
+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"",
+ }
+},