NekoRectangle removal and replaced by RectangleSkin FeathersUI native class
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user