1
0
Fork 0

Add new track BeefLiver

This commit is contained in:
ivan tkachenko 2025-08-11 18:55:40 +03:00
parent b4ae4bad41
commit 8842005898
4 changed files with 28 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -4,6 +4,7 @@
- Fix harmless but annoying errors in BepInEx console output.
- Improve smoothness of color animations.
- Add a new track.
## MuzikaGromche 1337.69.420 - It's All Connected Edition

View File

@ -475,6 +475,27 @@ namespace MuzikaGromche
FlickerLightsTimeSeries = [-120.5f, -105, -89, -8, 44, 45],
Lyrics = [],
},
new Track
{
Name = "BeefLiver",
AudioType = AudioType.OGGVORBIS,
Language = Language.ENGLISH,
WindUpTimer = 39.35f,
Bars = 12,
BeatsOffset = 0.2f,
ColorTransitionIn = 0.4f,
ColorTransitionOut = 0.4f,
ColorTransitionEasing = Easing.OutExpo,
Palette = Palette.Parse([
"#FFEBEB", "#FFEBEB", "#445782", "#EBA602",
"#5EEBB9", "#8EE3DC", "#A23045", "#262222",
]),
LoopOffset = 0,
FadeOutBeat = -3,
FadeOutDuration = 3,
FlickerLightsTimeSeries = [-48, -40, -4.5f, 44],
Lyrics = [],
},
];
public static Track ChooseTrack()