Changed the order of the road layer, putting it under desert and ice.

This commit is contained in:
Hogne Håskjold 2004-10-15 07:52:37 +00:00
parent c72eb0e2c9
commit 58e5349f8a

View file

@ -197,9 +197,9 @@
#{TERRAIN_ADJACENT -193 ftgvX cZp\|/s cliff}
{TERRAIN_ADJACENT -193 ftgvX !ftgvX grassland}
{TERRAIN_ADJACENT -194 r !r dirt}
{TERRAIN_ADJACENT -195 R !R road} # Missing gfx
{TERRAIN_ADJACENT -196 d !d desert}
{TERRAIN_ADJACENT -197 i !i ice}
{TERRAIN_ADJACENT -195 d !d desert}
{TERRAIN_ADJACENT -196 i !i ice}
{TERRAIN_ADJACENT -197 R !R road} # Missing gfx
{TERRAIN_ADJACENT -198 Yw !Yw swampwater}
{TERRAIN_ADJACENT -199 cZp\|/ !cZp\|/ coast}
{TERRAIN_ADJACENT -200 s !s ocean}