Skip to content

Commit

Permalink
chore: new role icons by hima
Browse files Browse the repository at this point in the history
  • Loading branch information
Golbolco authored Dec 15, 2024
1 parent a1bc032 commit 8c52440
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,10 @@ const artContributors = {
"Enchantress",
"Jazzman",
"Statistician",
"Broker",
"Auditor",
"Philosopher",
"Mediator",
],
},
kirigiri: {
Expand Down
Binary file modified react_main/public/images/roles/auditor-vivid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react_main/public/images/roles/broker-vivid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react_main/public/images/roles/mediator-vivid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added react_main/public/images/roles/philosopher-vivid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions react_main/src/css/roles.css
Original file line number Diff line number Diff line change
Expand Up @@ -1317,6 +1317,18 @@
background-image: url("/images/roles/auditor-vivid.png");
}

.role-icon-scheme-vivid .role-Mafia-Broker {
background-image: url("/images/roles/broker-vivid.png");
}

.role-icon-scheme-vivid .role-Mafia-Philosopher {
background-image: url("/images/roles/philosopher-vivid.png");
}

.role-icon-scheme-vivid .role-Mafia-Mediator {
background-image: url("/images/roles/mediator-vivid.png");
}

.role-icon-scheme-vivid .role-Mafia-Banshee {
background-image: url("/images/roles/banshee-vivid.png");
}
Expand Down

0 comments on commit 8c52440

Please sign in to comment.