summaryrefslogtreecommitdiff
path: root/Samples/Hello/entities
diff options
context:
space:
mode:
Diffstat (limited to 'Samples/Hello/entities')
-rw-r--r--Samples/Hello/entities/anim.asset4
-rw-r--r--Samples/Hello/entities/anim.gameobject.asset1
-rw-r--r--Samples/Hello/entities/player.gameobject.asset (renamed from Samples/Hello/entities/player.asset)2
3 files changed, 1 insertions, 6 deletions
diff --git a/Samples/Hello/entities/anim.asset b/Samples/Hello/entities/anim.asset
deleted file mode 100644
index 312aeb5..0000000
--- a/Samples/Hello/entities/anim.asset
+++ /dev/null
@@ -1,4 +0,0 @@
-{
-type="gameobject",
-
-} \ No newline at end of file
diff --git a/Samples/Hello/entities/anim.gameobject.asset b/Samples/Hello/entities/anim.gameobject.asset
new file mode 100644
index 0000000..518579f
--- /dev/null
+++ b/Samples/Hello/entities/anim.gameobject.asset
@@ -0,0 +1 @@
+type="gameobject", \ No newline at end of file
diff --git a/Samples/Hello/entities/player.asset b/Samples/Hello/entities/player.gameobject.asset
index 5c1a82d..c57d3a0 100644
--- a/Samples/Hello/entities/player.asset
+++ b/Samples/Hello/entities/player.gameobject.asset
@@ -1,4 +1,3 @@
-{
type="gameobject",
components={
"/scripts/components/fireball.lua",
@@ -8,4 +7,3 @@ components={
child_gameobjects={
}
-} \ No newline at end of file