- ToolBar search TextInput

- Strings class
This commit is contained in:
2025-12-20 20:10:56 +01:00
parent 9c3e0c85c8
commit 4ba0bae65b
10 changed files with 161 additions and 55 deletions
@@ -1,5 +1,6 @@
package components;
import model.String.Strings;
import haxe.macro.Expr.Case;
import feathers.text.TextFormat;
import openfl.Assets;
@@ -50,7 +51,7 @@ class RidersListRendererAccessory extends LayoutGroup {
iconColor = Constants.INFO;
}
lbl1.text = Constants.S3 + Std.string(riderCredit);
lbl1.text = Strings.RL_S1 + Std.string(riderCredit);
lbl1.embedFonts = true;
lbl1.textFormat = new TextFormat(fnt.fontName, 14, Constants.MAIN_COLOR1);
addChild(lbl1);