diff --git a/Assets/ChereshnyaLoop.ogg b/Assets/ChereshnyaLoop.ogg new file mode 100644 index 0000000..d021d39 --- /dev/null +++ b/Assets/ChereshnyaLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee52e7feab71a107f9614bb89baa8e0a75896f886ab24ee531f0c8ea8663d545 +size 393016 diff --git a/Assets/ChereshnyaStart.ogg b/Assets/ChereshnyaStart.ogg new file mode 100644 index 0000000..73fcd7c --- /dev/null +++ b/Assets/ChereshnyaStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27bbae215ef0c10ca63f502f2adaad3e90e070f07ce6024e9bbe18925737135 +size 624816 diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index a596325..8c33f14 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -184,6 +184,22 @@ namespace MuzikaGromche ColorTransitionEasing = Easing.OutExpo, Palette = Palette.Parse(["#C0402D", "#906F0B", "#DC8044", "#70190A", "#929FAF", "#4248A2", "#AE2727", "#2D2D42"]), }, + new Track + { + Name = "Chereshnya", + AudioType = AudioType.OGGVORBIS, + Language = Language.RUSSIAN, + WindUpTimer = 45.58f, + Bars = 16, + BeatsOffset = 0.0f, + ColorTransitionIn = 0.3f, + ColorTransitionOut = 0.35f, + ColorTransitionEasing = Easing.InOutCubic, + Palette = Palette.Parse([ + "#A01471", "#CB2243", "#4CAF50", "#F01D7A", "#AF005A", "#EF355F", "#FFD85D", "#FF66B2", + "#A01471", "#4CAF50", "#CB2243", "#F01D7A", "#AF005A", "#FFD85D", "#EF355F", "#FF66B2", + ]), + }, ]; public static Track ChooseTrack()