Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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;
Expand Down