Skip to content

Commit

Permalink
kenward/zippy cleanse
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesisfeline committed Dec 2, 2024
1 parent 3d3ea53 commit 64f79a5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion assets/preload/data/credits.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
{ "line": "richTrash21" },
{ "line": "Redar13" },
{ "line": "CATZALONG" },
{ "line": "Kenward03" },
{ "line": "And the Freya/Flispy Discord servers" }
]
},
Expand Down
1 change: 0 additions & 1 deletion assets/preload/data/introText.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions source/funkin/ui/title/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand All @@ -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');
Expand All @@ -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');
Expand Down

0 comments on commit 64f79a5

Please sign in to comment.