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();
|
unlock = new Group();
|
||||||
add( unlock );
|
add( unlock );
|
||||||
|
|
||||||
|
|
||||||
if (!(huntressUnlocked = Badges.isUnlocked( Badges.Badge.BOSS_SLAIN_3 ))) {
|
if (!(huntressUnlocked = Badges.isUnlocked( Badges.Badge.BOSS_SLAIN_3 ))) {
|
||||||
|
|
||||||
BitmapTextMultiline text = PixelScene.createMultiline( TXT_UNLOCK, 9 );
|
BitmapTextMultiline text = PixelScene.createMultiline( TXT_UNLOCK, 9 );
|
||||||
|
|
|
@ -27,7 +27,7 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
|
||||||
|
|
||||||
public class ExitButton extends Button {
|
public class ExitButton extends Button {
|
||||||
|
|
||||||
private Image image;
|
protected Image image;
|
||||||
|
|
||||||
public ExitButton() {
|
public ExitButton() {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user