Skip to content

Commit 857b164

Browse files
authored
Recolored Numbers, New Icons, New Modified Icons (#2569)
Numbers have been recolored and converted back to .png. I think theyre fucked rn New Icons! - Siren is made by user Shego - Barista is made by user Aleph, though most original design is linked to Golbolco - Trucker is made by user Aleph. Modified icons have been updated by Aleph to resemble dice face per request of SawJester. Additional fourfold, quintuple and sextuple were made for the possible future. No planned usage yet.
1 parent 22b91db commit 857b164

File tree

20 files changed

+16
-11
lines changed

20 files changed

+16
-11
lines changed

data/contributors.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ const artContributors = {
110110
"Fatalist:vivid",
111111
"Phantom:vivid",
112112
"Creepy Girl:vivid",
113-
"Siren:vivid",
114113
"Angel:vivid",
115114
"Yandere:vivid",
116115
"Nyarlathotep:vivid",
@@ -207,6 +206,7 @@ const artContributors = {
207206
"Statue:vivid",
208207
"Soprano:vivid",
209208
"Samurai:vivid",
209+
"Siren:vivid",
210210
//Skins
211211
"Hellhound:goofy",
212212
],
@@ -371,6 +371,7 @@ const artContributors = {
371371
"Suborner:vivid",
372372
"Gatekeeper:vivid",
373373
"Miller:vivid",
374+
"Trucker:vivid",
374375
//Skins
375376
"Cop:halloween",
376377
"Doctor:halloween",

react_main/src/css/roles.css

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,43 +209,43 @@
209209
}
210210

211211
.digit.digit-0 {
212-
background-image: url("/src/images/digits/0.webp");
212+
background-image: url("/src/images/digits/0.png");
213213
}
214214

215215
.digit.digit-1 {
216-
background-image: url("/src/images/digits/1.webp");
216+
background-image: url("/src/images/digits/1.png");
217217
}
218218

219219
.digit.digit-2 {
220-
background-image: url("/src/images/digits/2.webp");
220+
background-image: url("/src/images/digits/2.png");
221221
}
222222

223223
.digit.digit-3 {
224-
background-image: url("/src/images/digits/3.webp");
224+
background-image: url("/src/images/digits/3.png");
225225
}
226226

227227
.digit.digit-4 {
228-
background-image: url("/src/images/digits/4.webp");
228+
background-image: url("/src/images/digits/4.png");
229229
}
230230

231231
.digit.digit-5 {
232-
background-image: url("/src/images/digits/5.webp");
232+
background-image: url("/src/images/digits/5.png");
233233
}
234234

235235
.digit.digit-6 {
236-
background-image: url("/src/images/digits/6.webp");
236+
background-image: url("/src/images/digits/6.png");
237237
}
238238

239239
.digit.digit-7 {
240-
background-image: url("/src/images/digits/7.webp");
240+
background-image: url("/src/images/digits/7.png");
241241
}
242242

243243
.digit.digit-8 {
244-
background-image: url("/src/images/digits/8.webp");
244+
background-image: url("/src/images/digits/8.png");
245245
}
246246

247247
.digit.digit-9 {
248-
background-image: url("/src/images/digits/9.webp");
248+
background-image: url("/src/images/digits/9.png");
249249
}
250250

251251
/***********
@@ -703,6 +703,10 @@
703703
background-image: url("/src/images/roles/village/medium-vivid.png");
704704
}
705705

706+
.role-icon-vivid-Mafia-Trucker {
707+
background-image: url("/src/images/roles/village/trucker-vivid.png");
708+
}
709+
706710
.role-icon-noir-Mafia-Medium {
707711
background-image: url("/src/images/roles/village/skins/medium-noir.png");
708712
}

react_main/src/images/digits/0.png

192 Bytes
Loading

react_main/src/images/digits/1.png

246 Bytes
Loading

react_main/src/images/digits/2.png

209 Bytes
Loading

react_main/src/images/digits/3.png

213 Bytes
Loading

react_main/src/images/digits/4.png

261 Bytes
Loading

react_main/src/images/digits/5.png

192 Bytes
Loading

react_main/src/images/digits/6.png

199 Bytes
Loading

react_main/src/images/digits/7.png

242 Bytes
Loading

0 commit comments

Comments
 (0)