diff options
author | chai <chaifix@163.com> | 2019-01-22 18:14:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2019-01-22 18:14:22 +0800 |
commit | 90b11fbb0e4c578bf507370e102d6a5ed30ba31e (patch) | |
tree | 4919f9e2f4cc3800c1e0c539860c774a9ae5b95b /Samples/Hello/entities/anim.gameobject.asset | |
parent | 199b08ae8866cf7d876a4de587ff5d18ff191ff0 (diff) |
*修改asset格式,可读性
Diffstat (limited to 'Samples/Hello/entities/anim.gameobject.asset')
-rw-r--r-- | Samples/Hello/entities/anim.gameobject.asset | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Samples/Hello/entities/anim.gameobject.asset b/Samples/Hello/entities/anim.gameobject.asset index 518579f..484d982 100644 --- a/Samples/Hello/entities/anim.gameobject.asset +++ b/Samples/Hello/entities/anim.gameobject.asset @@ -1 +1,3 @@ -type="gameobject",
\ No newline at end of file +{ + type="gameobject", +}
\ No newline at end of file |