Blending cleanup / Misc bugfixes
This commit is contained in:
@@ -5,7 +5,6 @@ import mindustry.core.GameState.*;
|
||||
import mindustry.game.EventType.*;
|
||||
import mindustry.game.*;
|
||||
import mindustry.type.*;
|
||||
import mindustry.ui.*;
|
||||
|
||||
import static mindustry.Vars.*;
|
||||
|
||||
@@ -31,7 +30,7 @@ public class GameOverDialog extends BaseDialog{
|
||||
}
|
||||
|
||||
void rebuild(){
|
||||
title.setText(state.isCampaign() ? "@sector.curlost" : "@gameover");
|
||||
title.setText(state.isCampaign() ? Core.bundle.format("sector.lost", state.getSector().name()) : "@gameover");
|
||||
buttons.clear();
|
||||
cont.clear();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user