v3.0.2: adjusted status pane asset to no longer be static
This commit is contained in:
committed by
Evan Debenham
parent
c0becf809e
commit
0e6e7032ac
@@ -76,13 +76,13 @@ public class StatusPane extends Component {
|
||||
private BusyIndicator busy;
|
||||
private CircleArc counter;
|
||||
|
||||
private static String asset = Assets.Interfaces.STATUS;
|
||||
|
||||
private boolean large;
|
||||
|
||||
public StatusPane( boolean large ){
|
||||
super();
|
||||
|
||||
String asset = Assets.Interfaces.STATUS;
|
||||
|
||||
this.large = large;
|
||||
|
||||
if (large) bg = new NinePatch( asset, 0, 64, 41, 39, 33, 0, 4, 0 );
|
||||
|
||||
Reference in New Issue
Block a user