NekoRectangle removal and replaced by RectangleSkin FeathersUI native class

This commit is contained in:
2025-11-21 19:04:34 +01:00
parent aeaa8ef8ff
commit 481c07ca3f
8 changed files with 23 additions and 85 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
package view;
import feathers.skins.RectangleSkin;
import feathers.events.FeathersEvent;
import model.Constants;
import components.NekoRectangle;
import feathers.controls.Panel;
import t9.util.ColorTraces.*;
@@ -21,7 +21,7 @@ class MainPanel extends Panel {
super.initialize();
autoSizeMode = STAGE;
backgroundSkin = new NekoRectangle(Constants.MAIN_COLOR2);
backgroundSkin = new RectangleSkin(SolidColor(Constants.MAIN_COLOR2, 1));
mh = new MainHeader();
header = mh;