diff --git a/assets/preload/data/credits.json b/assets/preload/data/credits.json index a7942ba..1fbb699 100644 --- a/assets/preload/data/credits.json +++ b/assets/preload/data/credits.json @@ -70,7 +70,6 @@ { "line": "richTrash21" }, { "line": "Redar13" }, { "line": "CATZALONG" }, - { "line": "Kenward03" }, { "line": "And the Freya/Flispy Discord servers" } ] }, diff --git a/assets/preload/data/introText.txt b/assets/preload/data/introText.txt index 13e1240..7e34430 100644 --- a/assets/preload/data/introText.txt +++ b/assets/preload/data/introText.txt @@ -136,7 +136,6 @@ what you know about--rolling down in the deep i gotta--bucket of chicken removed--herobrine my father is dying--please stop beatboxing -yo yo yo--this is important news press f5--to reload your mods dennys world--my beloved why did you use vslice- -- cuz i just want to lol diff --git a/source/funkin/ui/title/TitleState.hx b/source/funkin/ui/title/TitleState.hx index 3f37794..95f51f1 100644 --- a/source/funkin/ui/title/TitleState.hx +++ b/source/funkin/ui/title/TitleState.hx @@ -622,7 +622,6 @@ class TitleState extends MusicBeatState else if (curWacky[0] == "chud") addMoreText('chud'); else if (curWacky[0] == "peter what are you doing") addMoreText('WHAT'); else if (curWacky[0] == "trending") addMoreText('Friday'); - else if (curWacky[0] == "yo yo yo") addMoreText('PLEASE'); else if (flispyNow) addMoreText('Flipsy old :heart:'); else addMoreText('Freya'); @@ -631,7 +630,6 @@ class TitleState extends MusicBeatState else if (curWacky[0] == "chud") addMoreText('chud'); else if (curWacky[0] == "peter what are you doing") addMoreText('THE'); else if (curWacky[0] == "trending") addMoreText('Nigth'); - else if (curWacky[0] == "yo yo yo") addMoreText('DONATE TO'); else if (flispyNow) addMoreText('Flipsy now :surprised:'); else addMoreText('Fennec'); @@ -640,7 +638,6 @@ class TitleState extends MusicBeatState else if (curWacky[0] == "chud") addMoreText('chud'); else if (curWacky[0] == "peter what are you doing") addMoreText('FUCK'); else if (curWacky[0] == "trending") addMoreText('Funkin'); - else if (curWacky[0] == "yo yo yo") addMoreText('KENWARD03'); else if (flispyNow) addMoreText('But im netral maybe like she video'); else addMoreText('Funkers');