diff --git a/Assets/GorgorodLoop.mp3 b/Assets/GorgorodLoop.mp3 deleted file mode 100644 index 4b0e794..0000000 --- a/Assets/GorgorodLoop.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bfcf7026320d5a872aa78712283fb51d62daf4c3a9b3c3ba8714c1e0d4861d68 -size 388019 diff --git a/Assets/GorgorodLoop.ogg b/Assets/GorgorodLoop.ogg new file mode 100644 index 0000000..d495db4 --- /dev/null +++ b/Assets/GorgorodLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2655f02d44a91f150095e8f5daf222347d46cd08f3183277c788df23ef614cfb +size 223945 diff --git a/Assets/GorgorodStart.mp3 b/Assets/GorgorodStart.mp3 deleted file mode 100644 index 0de3a4c..0000000 --- a/Assets/GorgorodStart.mp3 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:20cca3af35e84dec234ee87db246bda85a0185a469c6c2a7a0ca158bb7048ed7 -size 1193654 diff --git a/Assets/GorgorodStart.ogg b/Assets/GorgorodStart.ogg new file mode 100644 index 0000000..3207573 --- /dev/null +++ b/Assets/GorgorodStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:253c8e5e5616335930aa2dfe9b73d819b75a5d13e65ba87d3a5c7027f4280c4b +size 668385 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 3fe9090..51982a1 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -69,9 +69,14 @@ namespace MuzikaGromche new Track { Name = "Gorgorod", + AudioType = AudioType.OGGVORBIS, Language = Language.RUSSIAN, WindUpTimer = 43.2f, Bars = 6, + BeatsOffset = 0.0f, + ColorTransitionIn = 0.25f, + ColorTransitionOut = 0.25f, + ColorTransitionEasing = Easing.InExpo, Palette = Palette.Parse(["#42367E", "#FF9400", "#932A04", "#FF9400", "#932A04", "#42367E", "#FF9400", "#932A04"]), }, new Track