NekoIconButton reshaping in progress...
TODO : Is there a reason NekoIconButton heritates from Button Feathers component or not ?
This commit is contained in:
@@ -10,6 +10,11 @@ class Constants {
|
||||
public static final MAIN_COLOR2:Int = 0x69808A;
|
||||
public static final MAIN_COLOR3:Int = 0xECEFF0;
|
||||
|
||||
public static final BUTTON_NORMAL_STATE_COLOR:Int = 0x050EB7;
|
||||
public static final BUTTON_SELECTED_STATE_COLOR:Int = 0xFF5F0F;
|
||||
public static final BUTTON_DISABLED_STATE_COLOR:Int = 0x69808A;
|
||||
public static final BUTTON_INVERTED_NORMAL_STATE_COLOR:Int = 0xECEFF0;
|
||||
|
||||
// Fonts
|
||||
public static final MONTSERRAT_LIGHT_300:String = "MontserratLight300";
|
||||
public static final MONTSERRAT_REGULAR_400:String = "MontserratRegular400";
|
||||
@@ -20,6 +25,10 @@ class Constants {
|
||||
public static final MAIN_HEADER_WIDTH_RATIO:Float = 1;
|
||||
public static final MAIN_HEADER_HEIGHT_RATIO:Float = 0.1;
|
||||
|
||||
// Strings
|
||||
public static final MENU_ITEM_0_STRING:String = "Cavalier·e·s";
|
||||
public static final MENU_ITEM_1_STRING:String = "Licences FFE";
|
||||
|
||||
private function new() {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user