v0.2.3e: commented out final line involving resume button
This commit is contained in:
@@ -169,7 +169,7 @@ public class Toolbar extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
btnResume.visible = Dungeon.hero.lastAction != null;
|
||||
//btnResume.visible = Dungeon.hero.lastAction != null;
|
||||
|
||||
if (!Dungeon.hero.isAlive()) {
|
||||
btnInventory.enable( true );
|
||||
|
||||
Reference in New Issue
Block a user