mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-07-29 15:30:10 -04:00
Revert Score Text Position
(Request by EliteMasterEric)
This commit is contained in:
parent
78f095a864
commit
9006cd4edc
1 changed files with 2 additions and 2 deletions
|
@ -1566,8 +1566,8 @@ class PlayState extends MusicBeatSubState
|
|||
add(healthBar);
|
||||
|
||||
// The score text below the health bar.
|
||||
scoreText = new FlxText(healthBarBG.x + healthBarBG.width - 350, healthBarBG.y + 40, 0, '', 24);
|
||||
scoreText.setFormat(Paths.font('vcr.ttf'), 24, FlxColor.WHITE, RIGHT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
|
||||
scoreText = new FlxText(healthBarBG.x + healthBarBG.width - 190, healthBarBG.y + 30, 0, '', 20);
|
||||
scoreText.setFormat(Paths.font('vcr.ttf'), 16, FlxColor.WHITE, RIGHT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
|
||||
scoreText.scrollFactor.set();
|
||||
scoreText.zIndex = 802;
|
||||
add(scoreText);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue