mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-15 00:14:48 -04:00
fix: Fix the difficulty graphic in the Result Screen cutting off
This commit is contained in:
parent
36df61ba9e
commit
b13bf05d16
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue