Allow 2x2 mountains/volcanos to be drawn at right map edge. Fixes bug #19024
This commit is contained in:
parent
0ad2329190
commit
7784272c65
1 changed files with 16 additions and 16 deletions
|
@ -3,14 +3,14 @@
|
|||
#define MOUNTAINS_2x2 TERRAIN PROB FLAG IMAGESTEM
|
||||
[terrain_graphics]
|
||||
map="
|
||||
., *, ., .
|
||||
, *, *, .
|
||||
*, 1, *, .
|
||||
, 1, 1, *
|
||||
*, 1, *, .
|
||||
, *, *, .
|
||||
., *, ., .
|
||||
, ., ., ."
|
||||
., *, .
|
||||
, *, *
|
||||
*, 1, *
|
||||
, 1, 1
|
||||
*, 1, *
|
||||
, *, *
|
||||
., *, .
|
||||
, ., ."
|
||||
|
||||
[tile]
|
||||
pos=1
|
||||
|
@ -303,14 +303,14 @@
|
|||
#define VOLCANO_2x2 TERRAIN ADJACENT PROB FLAG IMAGESTEM
|
||||
[terrain_graphics]
|
||||
map="
|
||||
., *, ., .
|
||||
, *, *, .
|
||||
*, 1, *, .
|
||||
, 2, 2, *
|
||||
*, 2, *, .
|
||||
, *, *, .
|
||||
., *, ., .
|
||||
, ., ., ."
|
||||
., *, .
|
||||
, *, *
|
||||
*, 1, *
|
||||
, 2, 2
|
||||
*, 2, *
|
||||
, *, *
|
||||
., *, .
|
||||
, ., ."
|
||||
|
||||
[tile]
|
||||
pos=1
|
||||
|
|
Loading…
Add table
Reference in a new issue