-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathimageset.custom.json
35 lines (35 loc) · 975 Bytes
/
imageset.custom.json
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
{
"packages": {
"image-set": {
"displayName": "Example Items Template"
},
"image-reachthefinals": {
"displayName": "THE FINALS",
"googleFont": "Saira",
"backgroundImage": "/splash/thefinals-red-bg.webp"
},
"image-wutheringwaves": {
"displayName": "WUTHERING WAVES",
"googleFont": "Cinzel",
"backgroundImage": "/splash/wuwa-bg-1.webp"
},
"image-overwatch": {
"displayName": "OVERWATCH",
"googleFont": "Russo One",
"backgroundImage": "/splash/overwatch-bg.webp"
},
"image-webdev": {
"displayName": "Web Development Technologies",
"backgroundImage": "/splash/webdev-bg.webp"
},
"image-supervive": {
"displayName": "SUPERVIVE",
"backgroundImage": "/splash/supervive-keyart.webp"
},
"image-helldivers2": {
"displayName": "HELLDIVERS 2",
"googleFont": "Chakra Petch",
"backgroundImage": "/splash/hd2-splash.webp"
}
}
}