Remove extra word to prevent the label from being too long.

This commit is contained in:
Duan Tao
2018-12-21 16:41:48 +08:00
parent 6124474b4f
commit b4fa88cada

View File

@ -296,7 +296,6 @@ class EmpireOverviewScreen : CameraStageBaseScreen(){
if (civ.isDefeated()) {
civGroup.background = civGroupBackground.tint(Color.LIGHT_GRAY)
label.setText(civ.civName + "(Fallen)")
} else if (playerKnows(civ)) {
civGroup.background = civGroupBackground.tint(civ.getNation().getColor())
label.setFontColor(civ.getNation().getSecondaryColor())