mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-28 05:39:10 +07:00
Better bonus resource color
This commit is contained in:
@ -5,7 +5,7 @@ import com.badlogic.gdx.graphics.Color
|
||||
enum class ResourceType(val color:String) {
|
||||
Luxury("#ffd800"),
|
||||
Strategic("#c14d00"),
|
||||
Bonus("#aaaaaa");
|
||||
Bonus("#a8c3c9");
|
||||
|
||||
fun getColor() : Color {
|
||||
return Color.valueOf(color)
|
||||
|
Reference in New Issue
Block a user