mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-23 03:23:17 -04:00
Bonus resources light gray
This commit is contained in:
parent
9eda2d2564
commit
d9a51fc566
@ -5,7 +5,7 @@ import com.badlogic.gdx.graphics.Color
|
||||
enum class ResourceType(val color:String) {
|
||||
Luxury("#ffd800"),
|
||||
Strategic("#c14d00"),
|
||||
Bonus("#24A348");
|
||||
Bonus("#aaaaaa");
|
||||
|
||||
fun getColor() : Color {
|
||||
return Color.valueOf(color)
|
||||
|
Loading…
x
Reference in New Issue
Block a user