mirror of
https://github.com/enzet/map-machine.git
synced 2025-05-22 13:36:26 +02:00
Add shape names.
This commit is contained in:
parent
a72745aa36
commit
e74d3c10d9
1 changed files with 23 additions and 8 deletions
|
@ -33,9 +33,15 @@
|
||||||
"emoji": "🍺",
|
"emoji": "🍺",
|
||||||
"name": "beer mug"
|
"name": "beer mug"
|
||||||
},
|
},
|
||||||
"bench": {},
|
"bench": {
|
||||||
"bench_backrest": {},
|
"name": "bench"
|
||||||
"bench_no_backrest": {},
|
},
|
||||||
|
"bench_backrest": {
|
||||||
|
"name": "bench with backrest"
|
||||||
|
},
|
||||||
|
"bench_no_backrest": {
|
||||||
|
"name": "bench without backrest"
|
||||||
|
},
|
||||||
"bench_with_shelter": {},
|
"bench_with_shelter": {},
|
||||||
"betula": {
|
"betula": {
|
||||||
"group": "plant",
|
"group": "plant",
|
||||||
|
@ -268,13 +274,22 @@
|
||||||
},
|
},
|
||||||
"ford": {},
|
"ford": {},
|
||||||
"fountain": {
|
"fountain": {
|
||||||
"emoji": "⛲"
|
"emoji": "⛲",
|
||||||
|
"name": "fountain"
|
||||||
|
},
|
||||||
|
"fountain_bubbler": {
|
||||||
|
"name": "bubbler fountain"
|
||||||
|
},
|
||||||
|
"fountain_cascade": {
|
||||||
|
"name": "cascade fountain"
|
||||||
},
|
},
|
||||||
"fountain_bubbler": {},
|
|
||||||
"fountain_cascade": {},
|
|
||||||
"fountain_drinking": {},
|
"fountain_drinking": {},
|
||||||
"fountain_roman_wolf": {},
|
"fountain_roman_wolf": {
|
||||||
"fountain_toret": {},
|
"name": "Roman wolf fountain"
|
||||||
|
},
|
||||||
|
"fountain_toret": {
|
||||||
|
"name": "toret fountain"
|
||||||
|
},
|
||||||
"frame": {
|
"frame": {
|
||||||
"name": "picture frame"
|
"name": "picture frame"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue