1
0
Fork 0

add new track IkWilJe

This commit is contained in:
ivan tkachenko 2025-12-30 23:38:33 +02:00
parent 0d416c6f5a
commit 56cea50a65
4 changed files with 35 additions and 0 deletions

BIN
Assets/IkWilJeIntro.ogg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
Assets/IkWilJeLoop.ogg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## MuzikaGromche 1337.9001.3
- Added a new track IkWilJe
## MuzikaGromche 1337.9001.2 - v73 Rushed Edition ## MuzikaGromche 1337.9001.2 - v73 Rushed Edition
- Added a new track HighLow - Added a new track HighLow

View File

@ -879,6 +879,31 @@ namespace MuzikaGromche
[ 0f, 0.5f, 0f]), [ 0f, 0.5f, 0f]),
GameOverText = "[LIFE SUPORT: NIRVANA]", GameOverText = "[LIFE SUPORT: NIRVANA]",
}, },
new SelectableAudioTrack
{
Name = "IkWilJe",
AudioType = AudioType.OGGVORBIS,
Language = Language.ENGLISH,
WindUpTimer = 43.12f,
Bars = 14,
BeatsOffset = 0f,
ColorTransitionIn = 0.75f,
ColorTransitionOut = 0.25f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.DEFAULT,
LoopOffset = 0,
FadeOutBeat = -1.5f,
FadeOutDuration = 1.5f,
FlickerLightsTimeSeries = [],
Lyrics = [],
DrunknessLoopOffsetTimeSeries = new(
[-2f, -1f, 6f],
[ 0f, 0.5f, 0f]),
CondensationLoopOffsetTimeSeries = new(
[-2f, -1f, 6f],
[ 0f, 0.5f, 0f]),
GameOverText = "[NEXT YEAR -- DEFINITELY]",
},
]; ];
public static ISelectableTrack ChooseTrack() public static ISelectableTrack ChooseTrack()