v0.4.2a: reduced the size of the status pane background

Reduces number of invisible pixels rendered, improving performance a little bit
This commit is contained in:
Evan Debenham 2016-09-10 03:03:31 -04:00
parent 1b7ec49edb
commit 5ec605b966

View File

@ -75,7 +75,7 @@ public class StatusPane extends Component {
@Override
protected void createChildren() {
bg = new NinePatch( Assets.STATUS, 85, 0, 45, 0 );
bg = new NinePatch( Assets.STATUS, 0, 0, 128, 36, 85, 0, 45, 0 );
add( bg );
add( new TouchArea( 0, 1, 31, 31 ) {