[client] add font
This commit is contained in:
@@ -28,7 +28,7 @@ import haxework.gui.HGroupView;
|
||||
}
|
||||
|
||||
private inline function set_live(value:Int):Int {
|
||||
liveLabel.text = 'x${value}';
|
||||
liveLabel.text = '${value}';
|
||||
return value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user