V0.2.1 : Added alternate title text to appropriate locations for Sub-Reddit modding distinctions. Standardized alternate text color int global variable. Added hero icon to hero display. make about scene flare less flashy.
This commit is contained in:
@@ -41,6 +41,7 @@ public class Window extends Group implements Signal.Listener<Key> {
|
||||
protected NinePatch chrome;
|
||||
|
||||
public static final int TITLE_COLOR = 0xFFFF44;
|
||||
public static final int SHPX_COLOR = 0x33BB33;
|
||||
|
||||
public Window() {
|
||||
this( 0, 0, Chrome.get( Chrome.Type.WINDOW ) );
|
||||
|
||||
Reference in New Issue
Block a user