mirror of
https://github.com/yairm210/Unciv.git
synced 2025-08-04 09:09:21 +07:00
Resolved #3601 - selected current tech no longer looks like unresearchable tech
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user