Skip to content

Commit

Permalink
Merge branch 'BemboLikePizza:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ErenKaya31 authored Nov 26, 2023
2 parents e6a46b5 + 63bdbb6 commit fe5bf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,7 @@ class PlayState extends MusicBeatState
freeplayBG.alpha = 0;
add(freeplayBG);

charBackdrop = new FlxBackdrop(Paths.image('recursed/daveScroll'), 1, 1, true, true);
charBackdrop = new FlxBackdrop(Paths.image('recursed/daveScroll'), #if (flixel < "5.0.0") 1, 1, true, true #else XY #end);
charBackdrop.antialiasing = true;
charBackdrop.scale.set(2, 2);
charBackdrop.screenCenter();
Expand Down

0 comments on commit fe5bf39

Please sign in to comment.