mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 02:56:41 +07:00
added numeric stickers
This commit is contained in:
parent
29dde732bd
commit
83b7e8dc98
3 changed files with 272 additions and 12164 deletions
|
@ -19,6 +19,7 @@ export interface IStickers {
|
||||||
base: IStickerPack,
|
base: IStickerPack,
|
||||||
real: IStickerPack,
|
real: IStickerPack,
|
||||||
pin: IStickerPack,
|
pin: IStickerPack,
|
||||||
|
points: IStickerPack,
|
||||||
}
|
}
|
||||||
|
|
||||||
// export const stickers = ['green', 'basic', 'green-small'];
|
// export const stickers = ['green', 'basic', 'green-small'];
|
||||||
|
@ -83,4 +84,17 @@ export const STICKERS: IStickers = {
|
||||||
question: { off: 30, title: 'Вопрос', title_long: 'Что тут?' },
|
question: { off: 30, title: 'Вопрос', title_long: 'Что тут?' },
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
points: {
|
||||||
|
title: 'Точки',
|
||||||
|
url: require('$sprites/stickers/stickers-base.svg'),
|
||||||
|
size: 72,
|
||||||
|
layers: {
|
||||||
|
pt1: { off: 40, title: '1', title_long: 'Первая точка' },
|
||||||
|
pt2: { off: 41, title: '2', title_long: 'Вторая точка' },
|
||||||
|
pt3: { off: 42, title: '3', title_long: 'Третья точка' },
|
||||||
|
pt4: { off: 43, title: '4', title_long: 'Четвёртая точка' },
|
||||||
|
pt5: { off: 44, title: '5', title_long: 'Пятая точка' },
|
||||||
|
pt6: { off: 45, title: '7', title_long: 'Шестая точка' },
|
||||||
|
}
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -15,7 +15,10 @@
|
||||||
version="1.1"
|
version="1.1"
|
||||||
id="svg8"
|
id="svg8"
|
||||||
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
inkscape:version="0.92.4 (5da689c313, 2019-01-14)"
|
||||||
sodipodi:docname="app.svg">
|
sodipodi:docname="app.svg"
|
||||||
|
inkscape:export-filename="/home/muerwre/Projects/orchidMap/src/sprites/app.png"
|
||||||
|
inkscape:export-xdpi="96"
|
||||||
|
inkscape:export-ydpi="96">
|
||||||
<defs
|
<defs
|
||||||
id="defs2" />
|
id="defs2" />
|
||||||
<sodipodi:namedview
|
<sodipodi:namedview
|
||||||
|
@ -26,7 +29,7 @@
|
||||||
inkscape:pageopacity="0"
|
inkscape:pageopacity="0"
|
||||||
inkscape:pageshadow="2"
|
inkscape:pageshadow="2"
|
||||||
inkscape:zoom="0.125"
|
inkscape:zoom="0.125"
|
||||||
inkscape:cx="-2110.1867"
|
inkscape:cx="-2118.1867"
|
||||||
inkscape:cy="991.52262"
|
inkscape:cy="991.52262"
|
||||||
inkscape:document-units="mm"
|
inkscape:document-units="mm"
|
||||||
inkscape:current-layer="layer1"
|
inkscape:current-layer="layer1"
|
||||||
|
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2.2 KiB |
File diff suppressed because it is too large
Load diff
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 818 KiB |
Loading…
Add table
Add a link
Reference in a new issue