1
0
Fork 0

add new track HighLow

This commit is contained in:
ivan tkachenko 2025-12-30 22:22:52 +02:00
parent 76189c6ad2
commit c1d91839e4
4 changed files with 36 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -2,6 +2,7 @@
## MuzikaGromche 1337.9001.2 ## MuzikaGromche 1337.9001.2
- Added a new track HighLow
## MuzikaGromche 1337.9001.1 - v73 Music louder Edition ## MuzikaGromche 1337.9001.1 - v73 Music louder Edition

View File

@ -850,6 +850,35 @@ namespace MuzikaGromche
[0f, 0.5f, 0f, 0f, 0.5f]), [0f, 0.5f, 0f, 0f, 0.5f]),
GameOverText = "[LIFE SUPPORT: REAL GONE]", GameOverText = "[LIFE SUPPORT: REAL GONE]",
}, },
new SelectableAudioTrack
{
Name = "HighLow",
AudioType = AudioType.OGGVORBIS,
Language = Language.ENGLISH,
WindUpTimer = 37.12f,
Bars = 12,
BeatsOffset = 0f,
ColorTransitionIn = 0.75f,
ColorTransitionOut = 0.25f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.Parse([
"#2e2e28", "#dfa24d", "#2e2e28", "#dfa24d",
"#2e2e28", "#dfa24d", "#2e2e28", "#dfa24d",
]),
LoopOffset = 0,
FadeOutBeat = -1.5f,
FadeOutDuration = 1.5f,
FlickerLightsTimeSeries = [-33, 39],
Lyrics = [
],
DrunknessLoopOffsetTimeSeries = new(
[-2f, -1f, 6f],
[ 0f, 0.5f, 0f]),
CondensationLoopOffsetTimeSeries = new(
[-2f, -1f, 6f],
[ 0f, 0.5f, 0f]),
GameOverText = "[LIFE SUPORT: NIRVANA]",
},
]; ];
public static ISelectableTrack ChooseTrack() public static ISelectableTrack ChooseTrack()