remove bin dir

This commit is contained in:
2025-11-17 09:30:16 +01:00
parent 27a93c4cb8
commit 7492d7bb39
83 changed files with 2 additions and 104474 deletions
+2
View File
@@ -41,6 +41,7 @@ class LPTCManager2026 extends Application {
title.backgroundSkin = new NekoRectangle(Constants.ACCENT_COLOR2, 0, 0, 200, 80);
title.verticalAlign = VerticalAlign.MIDDLE;
title.text = "Header";
title.embedFonts =true;
var fnt:Font = Assets.getFont(Constants.MONTSERRAT_MEDIUM_500);
var tf:TextFormat = new TextFormat(fnt.fontName, Std.int(stage.stageHeight * Constants.MAIN_HEADER_HEIGHT_RATIO * .1), Constants.MAIN_COLOR3);
@@ -62,6 +63,7 @@ class LPTCManager2026 extends Application {
var title = new Label();
title.text = "Footer";
//title.embedFonts = true;
title.variant = Label.VARIANT_HEADING;
title.layoutData = AnchorLayoutData.center();
footer.addChild(title);