Added 'Void' terrain type Xv.
Added editor image for void, modified wall editor image to match font.
This commit is contained in:
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 |
BIN
data/core/images/terrain/void-editor.png
Normal file
BIN
data/core/images/terrain/void-editor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -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}
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue