From e74d3c10d92a271ecf49ba24d146576d1617bd3e Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Thu, 24 Jun 2021 23:40:25 +0300 Subject: [PATCH] Add shape names. --- icons/config.json | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/icons/config.json b/icons/config.json index 6e9e042..285a28e 100644 --- a/icons/config.json +++ b/icons/config.json @@ -33,9 +33,15 @@ "emoji": "🍺", "name": "beer mug" }, - "bench": {}, - "bench_backrest": {}, - "bench_no_backrest": {}, + "bench": { + "name": "bench" + }, + "bench_backrest": { + "name": "bench with backrest" + }, + "bench_no_backrest": { + "name": "bench without backrest" + }, "bench_with_shelter": {}, "betula": { "group": "plant", @@ -268,13 +274,22 @@ }, "ford": {}, "fountain": { - "emoji": "⛲" + "emoji": "⛲", + "name": "fountain" + }, + "fountain_bubbler": { + "name": "bubbler fountain" + }, + "fountain_cascade": { + "name": "cascade fountain" }, - "fountain_bubbler": {}, - "fountain_cascade": {}, "fountain_drinking": {}, - "fountain_roman_wolf": {}, - "fountain_toret": {}, + "fountain_roman_wolf": { + "name": "Roman wolf fountain" + }, + "fountain_toret": { + "name": "toret fountain" + }, "frame": { "name": "picture frame" },