mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-12-25 06:36:43 +00:00
intro text stuff
This commit is contained in:
parent
7a3d983bba
commit
93039c3d65
2
assets
2
assets
|
@ -1 +1 @@
|
||||||
Subproject commit d22c7f8300616bd9e0a78866cba7bc67f5756220
|
Subproject commit b2404b6b1cba47da8eef4910f49985d54318186b
|
|
@ -485,7 +485,13 @@ class TitleState extends MusicBeatState
|
||||||
case 13:
|
case 13:
|
||||||
addMoreText('Friday');
|
addMoreText('Friday');
|
||||||
case 14:
|
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:
|
case 15:
|
||||||
addMoreText('Funkin');
|
addMoreText('Funkin');
|
||||||
case 16:
|
case 16:
|
||||||
|
|
Loading…
Reference in a new issue