forked from nikita/muzika-gromche
add new track IkWilJe
This commit is contained in:
parent
0d416c6f5a
commit
56cea50a65
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue