You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
societer/world/texture_colors.json

32 lines
383 B

{
"ocean": {
"r": 0.353,
"g": 0.651,
"b": 0.792
},
"grass": {
"r": 0.725,
"g": 0.749,
"b": 0.016
},
"stone": {
"r": 0.741,
"g": 0.69,
"b": 0.69
},
"sand": {
"r": 0.902,
"g": 0.886,
"b": 0.522
},
"snow": {
"r": 1.0,
"g": 1.0,
"b": 1.0
},
"river": {
"r": 0.584,
"g": 0.769,
"b": 0.847
}
}