From 8842005898c44c13c5dfff85d68dec12e48951d9 Mon Sep 17 00:00:00 2001 From: ivan tkachenko Date: Mon, 11 Aug 2025 18:55:40 +0300 Subject: [PATCH] Add new track BeefLiver --- Assets/BeefLiverLoop.ogg | 3 +++ Assets/BeefLiverStart.ogg | 3 +++ CHANGELOG.md | 1 + MuzikaGromche/Plugin.cs | 21 +++++++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 Assets/BeefLiverLoop.ogg create mode 100644 Assets/BeefLiverStart.ogg diff --git a/Assets/BeefLiverLoop.ogg b/Assets/BeefLiverLoop.ogg new file mode 100644 index 0000000..6faf61b --- /dev/null +++ b/Assets/BeefLiverLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf5a42c5bf56a45e4b9fbcf9632e86563e7b698b3ddbc2f97159c6d64311f1b +size 337402 diff --git a/Assets/BeefLiverStart.ogg b/Assets/BeefLiverStart.ogg new file mode 100644 index 0000000..2af96a7 --- /dev/null +++ b/Assets/BeefLiverStart.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd75a02f5d260ff469218ae403984cdba598095610bc5877b0f1d5eab8237ce8 +size 609035 diff --git a/CHANGELOG.md b/CHANGELOG.md index 445b78a..f76f16a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix harmless but annoying errors in BepInEx console output. - Improve smoothness of color animations. +- Add a new track. ## MuzikaGromche 1337.69.420 - It's All Connected Edition diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 881e135..9a4bc10 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -475,6 +475,27 @@ namespace MuzikaGromche FlickerLightsTimeSeries = [-120.5f, -105, -89, -8, 44, 45], Lyrics = [], }, + new Track + { + Name = "BeefLiver", + AudioType = AudioType.OGGVORBIS, + Language = Language.ENGLISH, + WindUpTimer = 39.35f, + Bars = 12, + BeatsOffset = 0.2f, + ColorTransitionIn = 0.4f, + ColorTransitionOut = 0.4f, + ColorTransitionEasing = Easing.OutExpo, + Palette = Palette.Parse([ + "#FFEBEB", "#FFEBEB", "#445782", "#EBA602", + "#5EEBB9", "#8EE3DC", "#A23045", "#262222", + ]), + LoopOffset = 0, + FadeOutBeat = -3, + FadeOutDuration = 3, + FlickerLightsTimeSeries = [-48, -40, -4.5f, 44], + Lyrics = [], + }, ]; public static Track ChooseTrack()