Brought UI up todate with heightmap.

This commit is contained in:
simon 2014-07-04 11:02:40 +01:00
parent 52f19a28cd
commit 53c7d1ca87
6 changed files with 21 additions and 26 deletions

View file

@ -1,16 +1,20 @@
td.waste {
background-color: gray;
}
}
td.pasture {
td.water {
background-color: blue;
}
td.pasture, td.grassland {
background-color: lime;
}
td.scrub {
td.heath {
background-color: chartreuse;
}
td.scrub2 {
td.scrub {
background-color: lime;
}