Source Release: standardized some things between open source and closed source.

This commit is contained in:
Evan Debenham 2015-03-02 19:36:09 -05:00
parent aa303d798b
commit 5325268220
13 changed files with 25 additions and 26 deletions

View File

@ -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 );

View File

@ -27,7 +27,7 @@ package com.shatteredpixel.shatteredpixeldungeon.ui;
public class ExitButton extends Button {
private Image image;
protected Image image;
public ExitButton() {
super();