Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
the rats made me crazy
Browse files Browse the repository at this point in the history
  • Loading branch information
bananaTiko committed Jul 31, 2023
1 parent aded098 commit 1f388e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/LoadingScreenState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class LoadingScreenState extends FlxState {
bg.scale.y = 0;
add(bg);

psychEngineLogo = new FlxSprite().loadGraphic(Paths.image("PsychEngineLogo"));
psychEngineLogo = new FlxSprite().loadGraphic(Paths.image("Psych_Logo"));
psychEngineLogo.screenCenter();
psychEngineLogo.y -= 60;
psychEngineLogo.antialiasing = ClientPrefs.globalAntialiasing;
Expand Down

0 comments on commit 1f388e3

Please sign in to comment.