diff options
Diffstat (limited to 'Samples/Hello')
-rw-r--r-- | Samples/Hello/gfx/particles.asset | 4 | ||||
-rw-r--r-- | Samples/Hello/sfx/a.ogg | 0 | ||||
-rw-r--r-- | Samples/Hello/sfx/a.ogg.asset | 4 |
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 |