diff --git a/Assets/Song2Loop.ogg b/Assets/Song2Loop.ogg new file mode 100644 index 0000000..22d3525 --- /dev/null +++ b/Assets/Song2Loop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71eef875030cf48ca4f759cd4cd9fd2b732bb6b5564903bed31cb75a983d9674 +size 580268 diff --git a/Assets/Song2Start.ogg b/Assets/Song2Start.ogg new file mode 100644 index 0000000..29390c4 --- /dev/null +++ b/Assets/Song2Start.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed6d0bf1fdf358706eae55353787d6e34b45cb14058af1107fa10d70d4d919b +size 639201 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index b8c3b39..1a56bd5 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -111,6 +111,19 @@ namespace MuzikaGromche ColorTransitionEasing = Easing.OutCubic, Palette = Palette.Parse(["#FC6F3C", "#3CB0FC", "#FCD489", "#564242", "#FC6F3C", "#3CB0FC", "#63E98C", "#866868"]), }, + new Track + { + Name = "Song2", + AudioType = AudioType.OGGVORBIS, + Language = Language.RUSSIAN, + WindUpTimer = 38.63f, + Beats = 17 * 2, + BeatsOffset = 0.1f, + ColorTransitionIn = 0.3f, + ColorTransitionOut = 0.3f, + ColorTransitionEasing = Easing.InCubic, + Palette = Palette.Parse(["#FFD3E3", "#78A0FF", "#FFD3E3", "#74A392", "#FFD3E3", "#E4B082", "#FFD3E3", "#E277AA"]), + }, ]; public static Track ChooseTrack()