mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-27 10:05:41 -05:00
Merge branch 'scoreoutline' of https://github.com/ActualMandM/Funkin into nitpix
This commit is contained in:
commit
364b74c1c8
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ class PlayState extends MusicBeatState
|
||||||
add(healthBar);
|
add(healthBar);
|
||||||
|
|
||||||
scoreTxt = new FlxText(healthBarBG.x + healthBarBG.width - 190, healthBarBG.y + 30, 0, "", 20);
|
scoreTxt = new FlxText(healthBarBG.x + healthBarBG.width - 190, healthBarBG.y + 30, 0, "", 20);
|
||||||
scoreTxt.setFormat(Paths.font("vcr.ttf"), 16, FlxColor.WHITE, RIGHT);
|
scoreTxt.setFormat(Paths.font("vcr.ttf"), 16, FlxColor.WHITE, RIGHT, FlxTextBorderStyle.OUTLINE, FlxColor.BLACK);
|
||||||
scoreTxt.scrollFactor.set();
|
scoreTxt.scrollFactor.set();
|
||||||
add(scoreTxt);
|
add(scoreTxt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue