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

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;
});