Barbarians are now colored in red+black, like in the original civ
This commit is contained in:
parent
640a3b873e
commit
7ce4d2515b
2 changed files with 3 additions and 3 deletions
|
@ -83,7 +83,7 @@
|
|||
},
|
||||
{
|
||||
name:"Barbarians",
|
||||
mainColor:[200,200,200],
|
||||
secondaryColor:[0,0,0]
|
||||
mainColor:[0,0,0],
|
||||
secondaryColor:[182,0,0]
|
||||
}
|
||||
]
|
|
@ -32,7 +32,7 @@ class ImprovementPickerScreen(tileInfo: TileInfo) : PickerScreen() {
|
|||
if (!tileInfo.canBuildImprovement(improvement, civInfo)) continue
|
||||
if(improvement.name == tileInfo.improvement) continue
|
||||
if(improvement.name==tileInfo.improvementInProgress) continue
|
||||
|
||||
|
||||
val improvementButton = Button(skin)
|
||||
|
||||
if(improvement.name.startsWith("Remove"))
|
||||
|
|
Loading…
Reference in a new issue