diff --git a/assets b/assets index d22c7f830..b2404b6b1 160000 --- a/assets +++ b/assets @@ -1 +1 @@ -Subproject commit d22c7f8300616bd9e0a78866cba7bc67f5756220 +Subproject commit b2404b6b1cba47da8eef4910f49985d54318186b diff --git a/source/funkin/ui/title/TitleState.hx b/source/funkin/ui/title/TitleState.hx index 10e7dfaae..cdd1e3916 100644 --- a/source/funkin/ui/title/TitleState.hx +++ b/source/funkin/ui/title/TitleState.hx @@ -485,7 +485,13 @@ class TitleState extends MusicBeatState case 13: addMoreText('Friday'); case 14: - addMoreText('Night'); + // easter egg for when the game is trending with the wrong spelling + // the random intro text would be "trending--only on x" + + if (curWacky[0] == "trending") + addMoreText('Nigth'); + else + addMoreText('Night'); case 15: addMoreText('Funkin'); case 16: