Drawer related refactoring :
- removed NekoDrawerEvent Button related refactoring : - removed NekoIconButton
This commit is contained in:
@@ -21,10 +21,15 @@ class Constants {
|
||||
public static final MONTSERRAT_MEDIUM_500:String = "MontserratMedium500";
|
||||
public static final MONTSERRAT_BOLD_700:String = "MontserratBold700";
|
||||
|
||||
// UI Proportions against satge dimmentions
|
||||
// UI Proportions against stage dimmensions
|
||||
public static final MAIN_HEADER_WIDTH_RATIO:Float = 1;
|
||||
public static final MAIN_HEADER_HEIGHT_RATIO:Float = 0.1;
|
||||
|
||||
// Event strings
|
||||
public static final OPEN_DRAWER:String = "openDrawer";
|
||||
public static final CLOSE_DRAWER:String = "closeDrawer";
|
||||
public static final DRAWER_IS_OPEN:Bool = false;
|
||||
|
||||
// Strings
|
||||
public static final MENU_ITEM_0_STRING:String = "Cavalier·e·s";
|
||||
public static final MENU_ITEM_1_STRING:String = "Licences FFE";
|
||||
|
||||
Reference in New Issue
Block a user