Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jun 15, 2023
1 parent f3b2170 commit d7584c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flixel/FlxCamera.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1330,6 +1330,7 @@ class FlxCamera extends FlxBasic

flashSprite.x += shakePixels * zoom * FlxG.scaleMode.scale.x;
}

if (_fxShakeAxes.y)
{
var shakePixels = FlxG.random.float(-1, 1) * _fxShakeIntensity * height;
Expand Down

0 comments on commit d7584c9

Please sign in to comment.