mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 05:46:43 -04:00
Resolved #3601 - selected current tech no longer looks like unresearchable tech
This commit is contained in:
parent
5bac35d36d
commit
675e47868b
@ -150,7 +150,7 @@ class TechPickerScreen(internal val civInfo: CivilizationInfo, centerOnTech: Tec
|
||||
var text = techName.tr()
|
||||
|
||||
if (techName == selectedTech?.name) {
|
||||
techButton.color = techButton.color.cpy().lerp(Color.LIGHT_GRAY, 0.5f)
|
||||
techButton.color = techButton.color.cpy().lerp(Color.BLACK, 0.5f)
|
||||
}
|
||||
|
||||
if (tempTechsToResearch.contains(techName) && tempTechsToResearch.size > 1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user