summaryrefslogtreecommitdiff
path: root/Samples
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2019-01-21 20:26:33 +0800
committerchai <chaifix@163.com>2019-01-21 20:26:33 +0800
commit14c54b13021b8512f784fa9d943d7567f6ebf2f5 (patch)
tree5ac4ac7ce584c0db32daf53ea92f3800376952e2 /Samples
parentde619ff34b3e82f10908c2e62e1fef948fbf8601 (diff)
*packer
Diffstat (limited to 'Samples')
-rw-r--r--Samples/Hello/gfx/particles.asset4
-rw-r--r--Samples/Hello/sfx/a.ogg0
-rw-r--r--Samples/Hello/sfx/a.ogg.asset4
3 files changed, 8 insertions, 0 deletions
diff --git a/Samples/Hello/gfx/particles.asset b/Samples/Hello/gfx/particles.asset
index e69de29..90e9a40 100644
--- a/Samples/Hello/gfx/particles.asset
+++ b/Samples/Hello/gfx/particles.asset
@@ -0,0 +1,4 @@
+{
+type="particleeffecs",
+
+} \ No newline at end of file
diff --git a/Samples/Hello/sfx/a.ogg b/Samples/Hello/sfx/a.ogg
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/Samples/Hello/sfx/a.ogg
diff --git a/Samples/Hello/sfx/a.ogg.asset b/Samples/Hello/sfx/a.ogg.asset
new file mode 100644
index 0000000..18217d9
--- /dev/null
+++ b/Samples/Hello/sfx/a.ogg.asset
@@ -0,0 +1,4 @@
+{
+type="sound",
+extern="a.ogg"
+} \ No newline at end of file