mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
Remove extra word to prevent the label from being too long.
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user