Source Release: standardized some things between open source and closed source.
This commit is contained in:
@@ -123,7 +123,7 @@ public class WndGame extends Window {
|
||||
hide();
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
resize( WIDTH, pos );
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ public class WndItem extends Window {
|
||||
titlebar.label( Utils.capitalize( item.toString() ) );
|
||||
titlebar.setRect( 0, 0, WIDTH, 0 );
|
||||
add( titlebar );
|
||||
|
||||
|
||||
if (item.levelKnown && item.level > 0) {
|
||||
titlebar.color( ItemSlot.UPGRADED );
|
||||
} else if (item.levelKnown && item.level < 0) {
|
||||
|
||||
@@ -78,7 +78,7 @@ public class WndRanking extends WndTabbed {
|
||||
}
|
||||
};
|
||||
thread.start();
|
||||
|
||||
|
||||
busy = Icons.BUSY.get();
|
||||
busy.origin.set( busy.width / 2, busy.height / 2 );
|
||||
busy.angularSpeed = 720;
|
||||
@@ -102,7 +102,7 @@ public class WndRanking extends WndTabbed {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
private void createControls() {
|
||||
|
||||
String[] labels =
|
||||
|
||||
Reference in New Issue
Block a user