diff --git a/src/renderer/src/lib/map/Icons.svelte b/src/renderer/src/lib/map/Icons.svelte index 33c5a08..dad9a7f 100644 --- a/src/renderer/src/lib/map/Icons.svelte +++ b/src/renderer/src/lib/map/Icons.svelte @@ -1,4 +1,6 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - - + + - - + + + + + + + + + + + + + + + + diff --git a/src/renderer/src/lib/mapSettings.ts b/src/renderer/src/lib/mapSettings.ts index 227d939..0d6d0cb 100644 --- a/src/renderer/src/lib/mapSettings.ts +++ b/src/renderer/src/lib/mapSettings.ts @@ -246,11 +246,26 @@ const glyphOptions: SelectOption[] = [ ]; export const iconOptions: SelectOption[] = [ - { group: 'Basic Shapes', id: 'icon-circle', name: 'Circle' }, - { group: 'Basic Shapes', id: 'icon-square', name: 'Square' }, - { group: 'Basic Shapes', id: 'icon-diamond', name: 'Diamond' }, - { group: 'Basic Shapes', id: 'icon-cross', name: 'Cross' }, { group: 'Basic Shapes', id: 'icon-triangle', name: 'Triangle' }, + { group: 'Basic Shapes', id: 'icon-triangle-flat', name: 'Triangle (flat top)' }, + { group: 'Basic Shapes', id: 'icon-diamond', name: 'Diamond' }, + { group: 'Basic Shapes', id: 'icon-square', name: 'Square' }, + { group: 'Basic Shapes', id: 'icon-pentagon', name: 'Pentagon' }, + { group: 'Basic Shapes', id: 'icon-pentagon-flat', name: 'Pentagon (flat top)' }, + { group: 'Basic Shapes', id: 'icon-hexagon', name: 'Hexagon' }, + { group: 'Basic Shapes', id: 'icon-hexagon-flat', name: 'Hexagon (flat top)' }, + { group: 'Basic Shapes', id: 'icon-heptagon', name: 'Heptagon' }, + { group: 'Basic Shapes', id: 'icon-heptagon-flat', name: 'Heptagon (flat top)' }, + { group: 'Basic Shapes', id: 'icon-octagon', name: 'Octagon' }, + { group: 'Basic Shapes', id: 'icon-octagon-flat', name: 'Octagon (flat top)' }, + { group: 'Basic Shapes', id: 'icon-circle', name: 'Circle' }, + { group: 'Stars', id: 'icon-3-pointed-star', name: '3-Pointed Star' }, + { group: 'Stars', id: 'icon-4-pointed-star', name: '4-Pointed Star' }, + { group: 'Stars', id: 'icon-5-pointed-star', name: '5-Pointed Star' }, + { group: 'Stars', id: 'icon-6-pointed-star', name: '6-Pointed Star' }, + { group: 'Stars', id: 'icon-7-pointed-star', name: '7-Pointed Star' }, + { group: 'Stars', id: 'icon-8-pointed-star', name: '8-Pointed Star' }, + { group: 'Other Shapes', id: 'icon-cross', name: 'Cross' }, { group: 'Stellaris', id: 'icon-wormhole', name: 'Wormhole' }, { group: 'Stellaris', id: 'icon-gateway', name: 'Gateway' }, { group: 'Stellaris', id: 'icon-l-gate', name: 'L-Gate' },