feat(customizations): more icons

This commit is contained in:
Sabe Jones 2024-05-10 15:37:07 -05:00
parent cac14ab2cc
commit b9e128b387
4 changed files with 1144 additions and 4 deletions

@ -1 +1 @@
Subproject commit 90bb5934b6d04f7fabcf04fd2b947177a68a1aa8
Subproject commit 07c050ef3356eb33585878e9a95324d565baf3a7

File diff suppressed because it is too large Load diff

View file

@ -200,8 +200,8 @@ export default {
margin-top: -5px;
}
}
&.color, &.bangs, &.beard {
background-position-x: -5px;
&.color, &.bangs, &.beard, &.flower {
background-position-x: -6px;
background-position-y: -12px;
}

View file

@ -237,7 +237,7 @@ export default {
option.none = true;
}
option.active = this.user.preferences.hair.flower === key;
option.class = `hair_flower_${key} flower`;
option.class = `icon_hair_flower_${key} flower`;
option.click = () => this.set({ 'preferences.hair.flower': key });
return option;
});