mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-04 00:59:54 +02:00
Add entrance icons.
This commit is contained in:
parent
cde3f0e774
commit
086342c2a9
2 changed files with 110 additions and 32 deletions
|
@ -476,6 +476,8 @@ node_icons:
|
|||
over_icon: [avenue_tree]
|
||||
under_icon: [tree, broadleaved, needleleaved, betula, palm]
|
||||
|
||||
- tags: {natural: cave_entrance}
|
||||
icon: [cave]
|
||||
- tags: {natural: peak}
|
||||
icon: [triangle_small]
|
||||
|
||||
|
@ -485,6 +487,10 @@ node_icons:
|
|||
icon: [entrance]
|
||||
- tags: {door: "yes"}
|
||||
icon: [entrance]
|
||||
- tags: {entrance: exit}
|
||||
icon: [exit]
|
||||
- tags: {entrance: service}
|
||||
icon: [door_with_x]
|
||||
- tags: {entrance: main}
|
||||
icon: [main_entrance]
|
||||
- tags: {entrance: staircase}
|
||||
|
@ -688,7 +694,7 @@ node_icons:
|
|||
- tags: {material: wood}
|
||||
add_icon: [wood]
|
||||
- tags: {access: private}
|
||||
add_icon: [private]
|
||||
add_icon: [lock]
|
||||
- tags: {direction: clockwise}
|
||||
add_icon: [clockwise]
|
||||
- tags: {direction: contrclockwise}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue