diff --git a/Assets/IkWilJeIntro.ogg b/Assets/IkWilJeIntro.ogg index 65726fd..21dbf6c 100644 --- a/Assets/IkWilJeIntro.ogg +++ b/Assets/IkWilJeIntro.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4c002610fb73c6c160111ab9d0f2059c36fe02709084e208f23d5044bc7ab985 -size 832216 +oid sha256:4eba3b1a5c1d0a5730da1fc0f3864ef5890a719e1bd6161c73dfc6dc4a7f8410 +size 828379 diff --git a/Assets/IkWilJeLoop.ogg b/Assets/IkWilJeLoop.ogg index 5fd2769..52fd442 100644 --- a/Assets/IkWilJeLoop.ogg +++ b/Assets/IkWilJeLoop.ogg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a188a17324a71470b3316b9800d5f93b9be8eadbd8e597a1e3114482d057121 -size 551582 +oid sha256:6f7879ad35eb4ada7830744cd90390aebcb7d1ee171455296742255d4f9e565f +size 548062 diff --git a/CHANGELOG.md b/CHANGELOG.md index 59aa3c2..fdd4071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## MuzikaGromche 1337.9001.4 +- Remastered recently added track IkWilJe using a higher quality source audio and better fitting visual effects. ## MuzikaGromche 1337.9001.3 - v73 Happy New Year Edition diff --git a/MuzikaGromche/Plugin.cs b/MuzikaGromche/Plugin.cs index 924138f..4a1ccec 100644 --- a/MuzikaGromche/Plugin.cs +++ b/MuzikaGromche/Plugin.cs @@ -884,24 +884,24 @@ namespace MuzikaGromche Name = "IkWilJe", AudioType = AudioType.OGGVORBIS, Language = Language.ENGLISH, - WindUpTimer = 43.12f, - Bars = 14, + WindUpTimer = 43.03f, + Beats = 13 * 4 + 2, // = 54 BeatsOffset = 0f, - ColorTransitionIn = 0.75f, - ColorTransitionOut = 0.25f, + ColorTransitionIn = 0.01f, + ColorTransitionOut = 0.99f, ColorTransitionEasing = Easing.OutExpo, - Palette = Palette.DEFAULT, + Palette = Palette.Parse([ + "#0B6623", "#FF2D2D", "#FFD700", + "#00BFFF", "#9400D3", "#00FF7F", + ]), LoopOffset = 0, - FadeOutBeat = -1.5f, - FadeOutDuration = 1.5f, - FlickerLightsTimeSeries = [], + FadeOutBeat = -14f, + FadeOutDuration = 12f, + FlickerLightsTimeSeries = [31.45f], Lyrics = [], DrunknessLoopOffsetTimeSeries = new( - [-2f, -1f, 6f], - [ 0f, 0.5f, 0f]), - CondensationLoopOffsetTimeSeries = new( - [-2f, -1f, 6f], - [ 0f, 0.5f, 0f]), + [0f, 0.25f, 6f], + [0f, 0.5f, 0f]), GameOverText = "[NEXT YEAR -- DEFINITELY]", }, ];