diff --git a/source/TitleState.hx b/source/TitleState.hx index 987c19a5b..447beb839 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -466,11 +466,11 @@ class TitleState extends MusicBeatState switch (sickBeats) { case 1: - createCoolText(['Psych Engine by'], 45); + createCoolText(['made by'], 45); // credTextShit.visible = true; case 3: - addMoreText('Shadow Mario', 45); - addMoreText('RiverOaken', 45); + addMoreText('M editor', 45); + addMoreText('Yay', 45); // credTextShit.text += '\npresent...'; // credTextShit.addText(); case 4: @@ -479,11 +479,11 @@ class TitleState extends MusicBeatState // credTextShit.text = 'In association \nwith'; // credTextShit.screenCenter(); case 5: - createCoolText(['This is a mod to'], -60); + createCoolText(['just for mhb'], -60); case 7: - addMoreText('This game right below lol', -60); + addMoreText('idk why', -60); logoSpr.visible = true; - // credTextShit.text += '\nNewgrounds'; + // credTextShit.text += '\nnewground'; case 8: deleteCoolText(); logoSpr.visible = false;