From 64f79a58e899be0fc649b87d65ae9dfd337da00a Mon Sep 17 00:00:00 2001 From: charlesisfeline <62410083+charlesisfeline@users.noreply.github.com> Date: Sun, 1 Dec 2024 20:06:11 -0500 Subject: [PATCH] kenward/zippy cleanse --- assets/preload/data/credits.json | 1 - assets/preload/data/introText.txt | 1 - source/funkin/ui/title/TitleState.hx | 3 --- 3 files changed, 5 deletions(-) diff --git a/assets/preload/data/credits.json b/assets/preload/data/credits.json index a7942ba7..1fbb699d 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 13e1240c..7e344300 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 3f377947..95f51f16 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');