diff --git a/source/StartupState.hx b/source/StartupState.hx index f62db94d2d7..199b2260726 100644 --- a/source/StartupState.hx +++ b/source/StartupState.hx @@ -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();