Update ModifierState.hx

This commit is contained in:
MasterDirector99 2021-05-06 15:01:18 +03:00 committed by GitHub
parent 8155829017
commit 5ec7771530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class ModifierState extends MusicBeatState
menuBG.screenCenter();
menuBG.antialiasing = true;
multiTxt = new FlxText(800, 60, 0, "", 200);
multiTxt.setFormat("assets/fonts/vcr.ttf", 40, FlxColor.WHITE, RIGHT);
multiTxt.setFormat("assets/fonts/vcr.ttf", 40, FlxColor.WHITE, RIGHT, OUTLINE, FlxColor.BLACK);
multiTxt.text = "Multiplier: 1";
multiTxt.scrollFactor.set();
description = new FlxText(750, 150, 350, "", 90);