Skip to content

Commit

Permalink
oops forgot to commit lol
Browse files Browse the repository at this point in the history
  • Loading branch information
DidgieDeez committed Jul 22, 2024
1 parent bbe11cc commit 3185c36
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 @@ -814,7 +814,7 @@ class PlayState extends MusicBeatState
curStage = 'fnaf';

defaultCamZoom = 0.9;
var bg:FlxSprite = new FlxSprite(-600, -200).loadGraphic(Paths.image('stages/fnaf/celebratebgv3'));
var bg:FlxSprite = new FlxSprite(-300, 200).loadGraphic(Paths.image('stages/fnaf/celebratebgv3'));
bg.setGraphicSize(Std.int(bg.width * 10), Std.int(bg.height*5));
bg.antialiasing = false;
bg.scrollFactor.set(0.9, 0.9);
Expand Down

0 comments on commit 3185c36

Please sign in to comment.