added night city icon

This commit is contained in:
Fedor Katurov 2020-10-29 14:29:34 +07:00
parent e9be5ad612
commit 1c62320e39
2 changed files with 115 additions and 3 deletions

View file

@ -62,6 +62,7 @@ export const STICKERS: IStickers = {
beach: { off: 38, title: 'Пляж', title_long: 'Жаркий пляж' },
village: { off: 39, title: 'Деревня', title_long: 'Деревня' },
scrulpture: { off: 46, title: 'Памятник', title_long: 'Памятник' },
night: { off: 48, title: 'Ночь', title_long: 'Ночь' },
empty: { off: 20, title: 'Пусто', title_long: 'Пусто' },
}
},