feat(flowers): FLOWERS
BIN
common/img/sprites/spritesmith/misc/avatar_flower_healer.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
common/img/sprites/spritesmith/misc/avatar_flower_mage.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
common/img/sprites/spritesmith/misc/avatar_flower_rogue.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
common/img/sprites/spritesmith/misc/avatar_flower_warrior.png
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.7 KiB |
|
Before Width: | Height: | Size: 7.4 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 4.6 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.7 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.6 KiB |
|
|
@ -18,6 +18,7 @@ mixin avatar(opts)
|
|||
span(ng-if='profile.stats.buffs.spookDust')
|
||||
span.spookman
|
||||
span(ng-if='!profile.stats.buffs.snowball && !profile.stats.buffs.spookDust')
|
||||
span(class='avatar_flower_{{profile.stats.class}}')
|
||||
// Back Accessory
|
||||
span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume')
|
||||
span(class='{{profile.items.gear.costume.back}}', ng-if='profile.preferences.costume')
|
||||
|
|
|
|||