Skip to content

Commit

Permalink
Update TitleState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajwyunsx authored Jul 9, 2023
1 parent b547a94 commit d953bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/TitleState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -633,14 +633,14 @@ class TitleState extends MusicBeatState
FlxG.sound.playMusic(Paths.music('freakyMenu'), 0);
FlxG.sound.music.fadeIn(4, 0, 0.7);
case 2:
#if PK_WATERMARKS
#if PSYCH_WATERMARKS
createCoolText(['PK Engine by'], 15);
#else
createCoolText(['ninjamuffin99', 'phantomArcade', 'kawaisprite', 'evilsk8er']);
#end
// credTextShit.visible = true;
case 4:
#if PK_WATERMARKS
#if PSYCH_WATERMARKS
addMoreText('Ajwwkak', 15);
#else
addMoreText('present');
Expand Down

0 comments on commit d953bb8

Please sign in to comment.