mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-30 06:39:17 +07:00
Added helper function colorFromRGB(List<Int>)
This commit is contained in:
@ -1,18 +1,22 @@
|
||||
[
|
||||
{
|
||||
"name":"Scientist",
|
||||
"science":3
|
||||
"science":3,
|
||||
"color": [0,0,255]
|
||||
},
|
||||
{
|
||||
"name":"Merchant",
|
||||
"gold":3
|
||||
"gold":3,
|
||||
"color": [255,215,0]
|
||||
},
|
||||
{
|
||||
"name":"Artist",
|
||||
"culture":2
|
||||
"culture":2,
|
||||
"color": [160,32,240]
|
||||
},
|
||||
{
|
||||
"name":"Engineer",
|
||||
"production":2
|
||||
"production":2,
|
||||
"color": [139,69,19]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user