-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.ts
46 lines (43 loc) · 1.26 KB
/
styles.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
import type { Asset } from './types'
export const ICON_STYLES: Asset[] = [
{
name: 'Assets',
path: 'https://raw.githubusercontent.com/WatWowMap/wwm-uicons-webp/main',
},
{
name: 'Home',
path: 'https://raw.githubusercontent.com/nileplumb/PkmnHomeIcons/master/UICONS/',
},
{
name: 'Shuffle',
path: 'https://raw.githubusercontent.com/nileplumb/PkmnShuffleMap/master/UICONS/',
},
{
name: 'Cage',
path: 'https://raw.githubusercontent.com/RagingRectangle/CageMons/main',
},
{
name: 'Svg',
path: 'https://raw.githubusercontent.com/TurtIeSocks/rust-uicons/main/uicons/artificial/svg',
},
{
name: 'Gif',
path: 'https://raw.githubusercontent.com/RagingRectangle/GifMons/main',
},
{
name: 'Half Shiny',
path: 'https://raw.githubusercontent.com/jms412/PkmnShuffleMap/master/UICONS_Half_Shiny_Sparkles_256/',
},
{
name: 'Circles',
path: 'https://raw.githubusercontent.com/TurtIeSocks/rust-uicons/main/uicons/safe/svg',
}
]
export const AUDIO_STYLES: Asset[] = [
{
name: 'Default',
path: 'https://raw.githubusercontent.com/WatWowMap/wwm-uaudio/main',
},
]
export const MASTERFILE_URL =
'https://raw.githubusercontent.com/WatWowMap/Masterfile-Generator/master/master-latest-react-map.json'