1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-24 22:26:50 +00:00

intro text stuff

This commit is contained in:
Cameron Taylor 2024-09-28 12:37:12 -04:00
parent 7a3d983bba
commit 93039c3d65
2 changed files with 8 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit d22c7f8300616bd9e0a78866cba7bc67f5756220
Subproject commit b2404b6b1cba47da8eef4910f49985d54318186b

View file

@ -485,6 +485,12 @@ class TitleState extends MusicBeatState
case 13:
addMoreText('Friday');
case 14:
// 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');