Merge branch 'scoreoutline' of https://github.com/ActualMandM/Funkin into nitpix

This commit is contained in:
MtH 2021-03-30 16:39:10 +02:00
commit bbe6b739fe
1 changed files with 1 additions and 1 deletions

View File

@ -748,7 +748,7 @@ class PlayState extends MusicBeatState
add(healthBar);
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();
add(scoreTxt);