Source Release: standardized some things between open source and closed source.
This commit is contained in:
parent
aa303d798b
commit
5325268220
|
@ -202,7 +202,6 @@ public class StartScene extends PixelScene {
|
|||
unlock = new Group();
|
||||
add( unlock );
|
||||
|
||||
|
||||
if (!(huntressUnlocked = Badges.isUnlocked( Badges.Badge.BOSS_SLAIN_3 ))) {
|
||||
|
||||
BitmapTextMultiline text = PixelScene.createMultiline( TXT_UNLOCK, 9 );
|
||||
|
|
|
@ -27,7 +27,7 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
|
|||
|
||||
public class ExitButton extends Button {
|
||||
|
||||
private Image image;
|
||||
protected Image image;
|
||||
|
||||
public ExitButton() {
|
||||
super();
|
||||
|
|
Loading…
Reference in New Issue
Block a user