Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
Removed Randomized Hitsounds
Smoothed Healthbar
Optimized a bit of code
  • Loading branch information
JordanSantiagoYT committed Nov 17, 2023
1 parent 7d5c789 commit 85291d2
Show file tree
Hide file tree
Showing 5 changed files with 581 additions and 882 deletions.
2 changes: 1 addition & 1 deletion source/PauseSubState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class PauseSubState extends MusicBeatSubstate

var bg:FlxSprite = new FlxSprite().makeGraphic(FlxG.width, FlxG.height, FlxColor.BLACK);
bg.alpha = 0;
bg.scrollFactor.set();
bg.scrollFactor.set(0, 0);
add(bg);

var levelInfo:FlxText = new FlxText(20, 15, 0, "", 32);
Expand Down
Loading

0 comments on commit 85291d2

Please sign in to comment.