remove bin dir
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user