Remove some unnecessary uses of * in rule maps
This commit is contained in:
parent
a32371f40b
commit
72100d866f
1 changed files with 21 additions and 28 deletions
|
@ -6,26 +6,19 @@
|
|||
# images.
|
||||
|
||||
[terrain_graphics]
|
||||
map="
|
||||
, *
|
||||
* , *
|
||||
, 1
|
||||
* , *
|
||||
, *"
|
||||
|
||||
[tile]
|
||||
pos=1
|
||||
x,y=0,0
|
||||
type={TERRAIN}
|
||||
set_no_flag=base
|
||||
|
||||
[image]
|
||||
name={IMAGESTEM}@V.png
|
||||
variations=";2;3;4;5;6;7;8;9;10;11"
|
||||
layer=-1000
|
||||
base=90,144
|
||||
center=90,144
|
||||
[/image]
|
||||
[/tile]
|
||||
|
||||
[image]
|
||||
name={IMAGESTEM}@V.png
|
||||
variations=";2;3;4;5;6;7;8;9;10;11"
|
||||
layer=-1000
|
||||
base=90,144
|
||||
center=90,144
|
||||
[/image]
|
||||
[/terrain_graphics]
|
||||
#enddef
|
||||
|
||||
|
@ -1225,10 +1218,10 @@
|
|||
[terrain_graphics]
|
||||
map="
|
||||
, 2
|
||||
*, 3
|
||||
., 3
|
||||
, 1
|
||||
*, *
|
||||
, *"
|
||||
., .
|
||||
, ."
|
||||
[tile]
|
||||
pos=1
|
||||
type={ADJACENT}
|
||||
|
@ -1250,10 +1243,10 @@
|
|||
[terrain_graphics]
|
||||
map="
|
||||
, 2
|
||||
*, 3
|
||||
., 3
|
||||
, 1
|
||||
*, *
|
||||
, *"
|
||||
., .
|
||||
, ."
|
||||
[tile]
|
||||
pos=1
|
||||
type={TERRAINLIST}
|
||||
|
@ -1275,10 +1268,10 @@
|
|||
[terrain_graphics]
|
||||
map="
|
||||
, 2
|
||||
*, 3
|
||||
., 3
|
||||
, 1
|
||||
*, *
|
||||
, *"
|
||||
., .
|
||||
, ."
|
||||
[tile]
|
||||
pos=1
|
||||
type={TERRAINLIST}
|
||||
|
@ -1298,10 +1291,10 @@
|
|||
[terrain_graphics]
|
||||
map="
|
||||
, 2
|
||||
*, 3
|
||||
., 3
|
||||
, 1
|
||||
*, *
|
||||
, *"
|
||||
., .
|
||||
, ."
|
||||
[tile]
|
||||
pos=1
|
||||
type={TERRAINLIST}
|
||||
|
|
Loading…
Add table
Reference in a new issue