Draw the back acessory layer before the skin layer.

This commit is contained in:
Peter Hatch 2014-03-29 13:37:22 -07:00
parent b13ee70cf8
commit aa80a0c051

View file

@ -11,13 +11,13 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
span(ng-if='profile.stats.buffs.snowball')
span.snowman
span(ng-if='!profile.stats.buffs.snowball')
// Avatar
span(class='skin_{{profile.preferences.skin}}')
// 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')
// Avatar
span(class='skin_{{profile.preferences.skin}}')
// Shirt
span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}')