forked from nikita/muzika-gromche
Add new track Yesterday
This commit is contained in:
parent
24bae0e370
commit
7794e44831
Binary file not shown.
Binary file not shown.
|
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
- Added support for v80
|
- Added support for v80
|
||||||
- Show real Artist & Song info in the config.
|
- Show real Artist & Song info in the config.
|
||||||
|
- Added a new track Yesterday.
|
||||||
- Added lyrics to the existing track HighLow.
|
- Added lyrics to the existing track HighLow.
|
||||||
|
|
||||||
## MuzikaGromche 1337.9001.68 - LocalHost hotfix
|
## MuzikaGromche 1337.9001.68 - LocalHost hotfix
|
||||||
|
|
|
||||||
|
|
@ -1209,5 +1209,34 @@ public static class Library
|
||||||
[ 0f, 0.5f, 0f]),
|
[ 0f, 0.5f, 0f]),
|
||||||
GameOverText = "[LIFE SUPPORT: HEXTECH]",
|
GameOverText = "[LIFE SUPPORT: HEXTECH]",
|
||||||
},
|
},
|
||||||
|
new SelectableAudioTrack
|
||||||
|
{
|
||||||
|
Name = "Yesterday",
|
||||||
|
Artist = "BTS",
|
||||||
|
Song = "Not Today",
|
||||||
|
AudioType = AudioType.OGGVORBIS,
|
||||||
|
Language = Language.KOREAN,
|
||||||
|
WindUpTimer = 43.63f,
|
||||||
|
Bars = 16,
|
||||||
|
BeatsOffset = 0f,
|
||||||
|
ColorTransitionIn = 0.2f,
|
||||||
|
ColorTransitionOut = 0.3f,
|
||||||
|
ColorTransitionEasing = Easing.InOutExpo,
|
||||||
|
Palette = Palette.Parse([
|
||||||
|
"#F0FBFF", "#0B95FF", "#A8F5E2", "#B79BF2", "#fed2e1",
|
||||||
|
]),
|
||||||
|
LoopOffset = 0,
|
||||||
|
FadeOutBeat = -5f,
|
||||||
|
FadeOutDuration = 4f,
|
||||||
|
FlickerLightsTimeSeries = [-48.1f, -44.1f, -16, 15.9f, 31.9f],
|
||||||
|
Lyrics = [],
|
||||||
|
DrunknessLoopOffsetTimeSeries = new(
|
||||||
|
[-64, -63.5f, -58f, -34f, -31.75f, -22f, 0f, 0.25f, 6f],
|
||||||
|
[ 0f, 0.4f, 0f, 0f, 0.4f, 0f, 0f, 0.4f, 0f]),
|
||||||
|
CondensationLoopOffsetTimeSeries = new(
|
||||||
|
[32f, 32.25f, 38f],
|
||||||
|
[ 0f, 1f, 0f]),
|
||||||
|
GameOverText = "[LIFE SUPPORT: NOT TODAY]",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ English playlist features artists such as **Imagine Dragons, Fall Out Boy, Bon J
|
||||||
|
|
||||||
Russian playlist includes **Би-2, Витас, Глюк’oZa** (Глюкоза) & **Ленинград, Дискотека Авария, Noize MC, Oxxxymiron, Сплин, Пошлая Молли.**
|
Russian playlist includes **Би-2, Витас, Глюк’oZa** (Глюкоза) & **Ленинград, Дискотека Авария, Noize MC, Oxxxymiron, Сплин, Пошлая Молли.**
|
||||||
|
|
||||||
There are also a K-pop track by **aespa**, and an anime opening from **One Punch Man.**
|
There are also a K-pop tracks by **aespa** and **BTS**, and an anime opening from **One Punch Man.**
|
||||||
|
|
||||||
Seasonal New Year's songs:
|
Seasonal New Year's songs:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue