From 93039c3d65a1ad4912623bb4dce67e515ec7db89 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sat, 28 Sep 2024 12:37:12 -0400 Subject: [PATCH] intro text stuff --- assets | 2 +- source/funkin/ui/title/TitleState.hx | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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: