forked from nikita/muzika-gromche
Remaster recently added track IkWilJe, rework visual effects
This commit is contained in:
parent
10839ba22c
commit
869d982b1e
BIN
Assets/IkWilJeIntro.ogg (Stored with Git LFS)
BIN
Assets/IkWilJeIntro.ogg (Stored with Git LFS)
Binary file not shown.
BIN
Assets/IkWilJeLoop.ogg (Stored with Git LFS)
BIN
Assets/IkWilJeLoop.ogg (Stored with Git LFS)
Binary file not shown.
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.4
|
## 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
|
## MuzikaGromche 1337.9001.3 - v73 Happy New Year Edition
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -884,24 +884,24 @@ namespace MuzikaGromche
|
||||||
Name = "IkWilJe",
|
Name = "IkWilJe",
|
||||||
AudioType = AudioType.OGGVORBIS,
|
AudioType = AudioType.OGGVORBIS,
|
||||||
Language = Language.ENGLISH,
|
Language = Language.ENGLISH,
|
||||||
WindUpTimer = 43.12f,
|
WindUpTimer = 43.03f,
|
||||||
Bars = 14,
|
Beats = 13 * 4 + 2, // = 54
|
||||||
BeatsOffset = 0f,
|
BeatsOffset = 0f,
|
||||||
ColorTransitionIn = 0.75f,
|
ColorTransitionIn = 0.01f,
|
||||||
ColorTransitionOut = 0.25f,
|
ColorTransitionOut = 0.99f,
|
||||||
ColorTransitionEasing = Easing.OutExpo,
|
ColorTransitionEasing = Easing.OutExpo,
|
||||||
Palette = Palette.DEFAULT,
|
Palette = Palette.Parse([
|
||||||
|
"#0B6623", "#FF2D2D", "#FFD700",
|
||||||
|
"#00BFFF", "#9400D3", "#00FF7F",
|
||||||
|
]),
|
||||||
LoopOffset = 0,
|
LoopOffset = 0,
|
||||||
FadeOutBeat = -1.5f,
|
FadeOutBeat = -14f,
|
||||||
FadeOutDuration = 1.5f,
|
FadeOutDuration = 12f,
|
||||||
FlickerLightsTimeSeries = [],
|
FlickerLightsTimeSeries = [31.45f],
|
||||||
Lyrics = [],
|
Lyrics = [],
|
||||||
DrunknessLoopOffsetTimeSeries = new(
|
DrunknessLoopOffsetTimeSeries = new(
|
||||||
[-2f, -1f, 6f],
|
[0f, 0.25f, 6f],
|
||||||
[ 0f, 0.5f, 0f]),
|
[0f, 0.5f, 0f]),
|
||||||
CondensationLoopOffsetTimeSeries = new(
|
|
||||||
[-2f, -1f, 6f],
|
|
||||||
[ 0f, 0.5f, 0f]),
|
|
||||||
GameOverText = "[NEXT YEAR -- DEFINITELY]",
|
GameOverText = "[NEXT YEAR -- DEFINITELY]",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue