diff --git a/Assets/ReelGoonIntro.ogg b/Assets/ReelGoonIntro.ogg new file mode 100644 index 0000000..48333fa --- /dev/null +++ b/Assets/ReelGoonIntro.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c4883952d4d5109a3015350cbc3bc5f678b14d396c3b19b32247526d562984 +size 622338 diff --git a/Assets/ReelGoonLoop.ogg b/Assets/ReelGoonLoop.ogg new file mode 100644 index 0000000..e93a9c6 --- /dev/null +++ b/Assets/ReelGoonLoop.ogg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804557ed2bcbfa22bf496ea9b7f1f14454cf06ac4da4efec448fcdcc9f91f45f +size 439180 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2aedb9a..5acd8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Added multiple intro variants for BeefLiver. - Added a new track BbIXODaHET. - Added a new track Whistle. Now it can fully replace WhistleJester! +- Added a new track ReelGoon. ## MuzikaGromche 1337.420.9004 - Life Support Edition diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 30da7e8..b50bb97 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -759,6 +759,30 @@ namespace MuzikaGromche [-16f, -15.25f, -12f, 9f, 15f, 16f, 18f, 21f], [0f, 0.7f, 0f, 0f, 0.4f, 0.7f, 0.4f, 0f]), }, + new SelectableAudioTrack + { + Name = "ReelGoon", + AudioType = AudioType.OGGVORBIS, + Language = Language.ENGLISH, + WindUpTimer = 45.15f, + Bars = 16, + BeatsOffset = -0.35f, + ColorTransitionIn = 0.1f, + ColorTransitionOut = 0.35f, + ColorTransitionEasing = Easing.OutExpo, + Palette = Palette.Parse([ + "#DE1C31", "#F7E26B", "#3D3D3D", "#FBB040", + "#ED4E4A", "#F0BD37", "#E41E2E", "#2E2D2B", + ]), + LoopOffset = 0, + FadeOutBeat = -2, + FadeOutDuration = 2, + FlickerLightsTimeSeries = [-41, 61], + Lyrics = [], + DrunknessLoopOffsetTimeSeries = new( + [-0.5f, -0.05f, 6f, 60f, 61f], + [0f, 0.5f, 0f, 0f, 0.5f]), + }, ]; public static ISelectableTrack ChooseTrack()