Skip to content

Commit

Permalink
peak
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanSantiagoYT committed Oct 18, 2024
1 parent 3218c6c commit 7884cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/StartupState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class StartupState extends MusicBeatState
case 3:
// secret muaahahhahhahaahha
FlxG.sound.play(Paths.sound('tada', 'splash'));
logo.loadGraphic(Paths.image('JavaScriptLogo.png', 'splash'));
logo.loadGraphic(Paths.image('JavaScriptLogo', 'splash'));
logo.scale.set(0.1,0.1);
logo.updateHitbox();
logo.screenCenter();
Expand Down

0 comments on commit 7884cc9

Please sign in to comment.