Added a WIP of a new experimental fake map edge terrain.
BIN
data/core/images/terrain/off-map/border-n-ne-se-s.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
data/core/images/terrain/off-map/border-n-ne-se.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
data/core/images/terrain/off-map/border-n-ne.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
data/core/images/terrain/off-map/border-n.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/off-map/border-ne-se-s-sw-nw-n.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
data/core/images/terrain/off-map/border-ne-se-s-sw.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
data/core/images/terrain/off-map/border-ne-se-s.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/off-map/border-ne-se.png
Normal file
After Width: | Height: | Size: 4 KiB |
BIN
data/core/images/terrain/off-map/border-ne.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
data/core/images/terrain/off-map/border-nw-n-ne-se.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
data/core/images/terrain/off-map/border-nw-n-ne.png
Normal file
After Width: | Height: | Size: 2.8 KiB |
BIN
data/core/images/terrain/off-map/border-nw-n.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
data/core/images/terrain/off-map/border-nw.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
data/core/images/terrain/off-map/border-s-sw-nw-n.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
data/core/images/terrain/off-map/border-s-sw-nw.png
Normal file
After Width: | Height: | Size: 4.3 KiB |
BIN
data/core/images/terrain/off-map/border-s-sw.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
data/core/images/terrain/off-map/border-s.png
Normal file
After Width: | Height: | Size: 4.1 KiB |
BIN
data/core/images/terrain/off-map/border-se-s-sw-nw.png
Normal file
After Width: | Height: | Size: 6 KiB |
BIN
data/core/images/terrain/off-map/border-se-s-sw.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
data/core/images/terrain/off-map/border-se-s.png
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
data/core/images/terrain/off-map/border-se.png
Normal file
After Width: | Height: | Size: 5.8 KiB |
BIN
data/core/images/terrain/off-map/border-sw-nw-n-ne.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
data/core/images/terrain/off-map/border-sw-nw-n.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
data/core/images/terrain/off-map/border-sw-nw.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
data/core/images/terrain/off-map/border-sw.png
Normal file
After Width: | Height: | Size: 5.9 KiB |
BIN
data/core/images/terrain/off-map/border.png
Normal file
After Width: | Height: | Size: 3 KiB |
|
@ -16,6 +16,35 @@
|
|||
# NOTE the terrain _off^_usr gets its definition from the code since it's
|
||||
# themable
|
||||
|
||||
|
||||
# These are temporary rules for developing and testing a new fake map edge
|
||||
# terrain
|
||||
[terrain_graphics]
|
||||
map="
|
||||
, 2
|
||||
2 , 2
|
||||
, 1
|
||||
2 , 2
|
||||
, 2"
|
||||
[tile]
|
||||
pos=1
|
||||
type=*^_fme
|
||||
set_no_flag=fakemapedge
|
||||
[/tile]
|
||||
[tile]
|
||||
pos=2
|
||||
type=*^_fme
|
||||
[/tile]
|
||||
|
||||
[image]
|
||||
layer=1000
|
||||
name=off-map/border.png
|
||||
center=90,144
|
||||
[/image]
|
||||
[/terrain_graphics]
|
||||
{TRANSITION_COMPLETE_L (!,*^_fme) (*^_fme) 1000 off-map/border}
|
||||
|
||||
|
||||
# TRACK LAYOUT MUST STAY ON TOP
|
||||
# they set flags that will be used by other macros later.
|
||||
# they don't set any image by themselves.
|
||||
|
|
|
@ -1873,6 +1873,16 @@
|
|||
editor_group=special
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image=off-map/symbol
|
||||
editor_image=off-map/border-ne-se-s-sw-nw-n
|
||||
id=off_map2
|
||||
# name= _ "None"
|
||||
# editor_name= _ "Experimental Fake Map Edge"
|
||||
string=^_fme # wmllint: ignore
|
||||
editor_group=special
|
||||
[/terrain_type]
|
||||
|
||||
[terrain_type]
|
||||
symbol_image=void/void
|
||||
editor_image=void/shroud-editor
|
||||
|
|