This commit is contained in:
KadeDev
2021-04-10 21:15:14 -07:00
parent f626edc7ad
commit 8340c45a95
4 changed files with 35 additions and 3 deletions

View File

@ -398,9 +398,18 @@ class TitleState extends MusicBeatState
// credTextShit.text = 'In association \nwith';
// credTextShit.screenCenter();
case 5:
createCoolText(['Kade Engine', 'by']);
if (Main.watermarks)
createCoolText(['Kade Engine', 'by']);
else
createCoolText(['In Partnership', 'with']);
case 7:
addMoreText('KadeDeveloper');
if (Main.watermarks)
addMoreText('KadeDeveloper');
else
{
addMoreText('Newgrounds');
ngSpr.visible = true;
}
// credTextShit.text += '\nNewgrounds';
case 8:
deleteCoolText();