summaryrefslogtreecommitdiff
path: root/Samples/Hello/entities
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/Hello/entities')
-rw-r--r--Samples/Hello/entities/anim.asset2
-rw-r--r--Samples/Hello/entities/player.asset3
2 files changed, 4 insertions, 1 deletions
diff --git a/Samples/Hello/entities/anim.asset b/Samples/Hello/entities/anim.asset
index 966098f..312aeb5 100644
--- a/Samples/Hello/entities/anim.asset
+++ b/Samples/Hello/entities/anim.asset
@@ -1,4 +1,4 @@
{
-type="animation",
+type="gameobject",
} \ No newline at end of file
diff --git a/Samples/Hello/entities/player.asset b/Samples/Hello/entities/player.asset
index 7415a9c..5c1a82d 100644
--- a/Samples/Hello/entities/player.asset
+++ b/Samples/Hello/entities/player.asset
@@ -5,4 +5,7 @@ components={
"/scripts/components/fly.lua",
"/scripts/components/move.lua",
},
+child_gameobjects={
+
+}
} \ No newline at end of file