fix: Fix the difficulty graphic in the Result Screen cutting off

This commit is contained in:
Abnormal 2025-02-16 20:58:48 -06:00 committed by Eric
parent 36df61ba9e
commit b13bf05d16

View file

@ -278,8 +278,7 @@ class ResultState extends MusicBeatSubState
songName.shader = maskShaderSongName;
difficulty.shader = maskShaderDifficulty;
// maskShaderSongName.swagMaskX = difficulty.x - 15;
maskShaderDifficulty.swagMaskX = difficulty.x - 15;
maskShaderDifficulty.swagMaskX = difficulty.x - 30;
var blackTopBar:FlxSprite = new FlxSprite().loadGraphic(Paths.image("resultScreen/topBarBlack"));
blackTopBar.y = -blackTopBar.height;