Added 'Void' terrain type Xv.

Added editor image for void, modified wall editor image to match font.
This commit is contained in:
Jan Rietema 2007-10-30 16:48:20 +00:00
parent 2efb613c5b
commit b55ee6f326
4 changed files with 11 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 421 B

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -915,5 +915,6 @@
{TERRAIN_ADJACENT -560 Chw (!,Chw,Chr) water/coast}
{TERRAIN_ADJACENT -570 (!,Chr,Chw) Chr flat/grass}
# TERRAIN_BASE_DEFAULT doesn't seem to work for _s
{TERRAIN_BASE _s void}
{TERRAIN_BASE_DEFAULT void}

View file

@ -917,3 +917,13 @@
string=Xu
editor_group=cave
[/terrain]
[terrain]
symbol_image=void
editor_image=void-editor
id=void
name= _ "Void"
string=Xv
alias_of=Xu
editor_group=flat,wall
[/terrain]