Skip to content

Commit

Permalink
just with my insanity still up hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesCatYT committed Mar 1, 2024
1 parent 64874ea commit 3693586
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -379,9 +379,7 @@ class PlayState extends MusicBeatState

stageUI = "normal";
if (stageData.stageUI != null && stageData.stageUI.trim().length > 0) stageUI = stageData.stageUI;
else{
if (stageData.isPixelStage) stageUI = "pixel";
}
else if (stageData.isPixelStage) stageUI = "pixel";

BF_X = stageData.boyfriend[0];
BF_Y = stageData.boyfriend[1];
Expand Down

0 comments on commit 3693586

Please sign in to comment.