v1.4.0: adjusted when the exit button on hero select is visible
This commit is contained in:
+1
-1
@@ -216,7 +216,7 @@ public class HeroSelectScene extends PixelScene {
|
|||||||
btnExit = new ExitButton();
|
btnExit = new ExitButton();
|
||||||
btnExit.setPos( Camera.main.width - btnExit.width(), 0 );
|
btnExit.setPos( Camera.main.width - btnExit.width(), 0 );
|
||||||
add( btnExit );
|
add( btnExit );
|
||||||
btnExit.visible = !SPDSettings.intro() || Rankings.INSTANCE.totalNumber > 0;
|
btnExit.visible = !SPDSettings.intro();
|
||||||
|
|
||||||
prompt = PixelScene.renderTextBlock(Messages.get(this, "title"), 12);
|
prompt = PixelScene.renderTextBlock(Messages.get(this, "title"), 12);
|
||||||
prompt.hardlight(Window.TITLE_COLOR);
|
prompt.hardlight(Window.TITLE_COLOR);
|
||||||
|
|||||||
Reference in New Issue
Block a user