Updated the example WML for MODIFY_TERRAIN

(it was using old terrain letters). Also removed the example from
MODIFY_TERRAIN_MASK (feel free to restore it if you want to figure out
how to write the mask in terrain strings).
This commit is contained in:
Lari Nieminen 2007-09-01 16:31:56 +00:00
parent 7a409bfd24
commit 47d650ff82

View file

@ -8,7 +8,7 @@
# Changes the terrain at a given list of coordinates
#
# For example, we could make 14,15 and 14,16 grassland:
#! {MODIFY_TERRAIN g (14,14) (15,16)}
#! {MODIFY_TERRAIN Gg (14,14) (15,16)}
[terrain]
letter={LETTER}
x={X}
@ -18,13 +18,6 @@
#define MODIFY_TERRAIN_MASK X Y MASK RULES
# Changes the terrain for a given area
#
# For example, we could create a castle at 10,12:
#! {MODIFY_TERRAIN_MASK 10 12 (
#! CC
#! CKC
#! CC
#! )}
[terrain_mask]
x={X}
y={Y}