summaryrefslogtreecommitdiffstats
path: root/editor/icons/FadeCross.svg
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2022-08-16 11:27:58 +0200
committerJuan Linietsky <reduzio@gmail.com>2024-03-12 21:54:59 +0100
commit43b78cd2ad54ee71e37f7dac099439ec030650d1 (patch)
treee007a170d1d35c3ab590581edda0b2184a803ce0 /editor/icons/FadeCross.svg
parent810f127022ec2cbfb288e436151d1a777c7b5da7 (diff)
downloadredot-engine-43b78cd2ad54ee71e37f7dac099439ec030650d1.tar.gz
Add interactive music support
This PR adds 3 types of audio streams used for interactive music support. * AudioStreamInteractive: Allows setting several sub-streams and transition between them with many options. * AudioStreamPlaylist: Allows sequential or shuffled playback of a list of streams. * AudioStreamSynchronized: Allows synchronous playback of several streams, the volume of each can be controlled. Theese three stream types can be combined to create complex, layered interactive music and transitions between them, similar to software such as WWise.
Diffstat (limited to 'editor/icons/FadeCross.svg')
-rw-r--r--editor/icons/FadeCross.svg1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/FadeCross.svg b/editor/icons/FadeCross.svg
new file mode 100644
index 0000000000..2d4f058838
--- /dev/null
+++ b/editor/icons/FadeCross.svg
@@ -0,0 +1 @@
+<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m9 1v2h2.586l-3.586 3.586-4.293-4.293-1.414 1.414 4.293 4.293-4.293 4.293 1.414 1.414 4.293-4.293 3.586 3.586h-2.586v2h5a1 1 0 0 0 1-1v-5h-2v2.586l-3.586-3.586 3.586-3.586v2.586h2v-5a1 1 0 0 0 -1-1z" fill="#e0e0e0"/></svg> \ No newline at end of file