NekoIconButton reshaping in progress...

TODO :
Is there a reason NekoIconButton heritates from Button Feathers component or not ?
This commit is contained in:
2025-11-20 16:02:35 +01:00
parent d27fe111b9
commit db50bec414
10 changed files with 142 additions and 28 deletions
+3 -3
View File
@@ -21,13 +21,13 @@ class MainPanel extends Panel {
super.initialize();
autoSizeMode = STAGE;
backgroundSkin = new NekoRectangle(Constants.MAIN_COLOR3);
backgroundSkin = new NekoRectangle(Constants.MAIN_COLOR2);
mh = new MainHeader();
addChild(mh);
header = mh;
mf = new MainFooter();
addChild(mf);
footer = mf;
}
private function onCreationComplete(event:FeathersEvent):Void {