Skip to content
Open

Test #23

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
10 changes: 5 additions & 5 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,9 +479,9 @@ class TitleState extends MusicBeatState
// credTextShit.text = 'In association \nwith';
// credTextShit.screenCenter();
case 5:
createCoolText(['This is a mod to'], -60);
createCoolText(['cool'], -60);
case 7:
addMoreText('This game right below lol', -60);
addMoreText('just for mhb', -60);
logoSpr.visible = true;
// credTextShit.text += '\nNewgrounds';
case 8:
Expand Down