[client] add font

This commit is contained in:
2019-03-22 15:47:47 +03:00
parent 4d8de90419
commit 216e1aa476
27 changed files with 178 additions and 1599 deletions

View File

@@ -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;
}