classes: grunt-spritesmith fixes

This commit is contained in:
Tyler Renelle 2013-12-03 17:39:43 -07:00
parent 19b6eb73e0
commit 350e3681d7

View file

@ -18,14 +18,14 @@ figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(
//-span(class='{{equipped("shield",profile.items.shield,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
//-span(class='{{equipped("weapon",profile.items.weapon,profile.preferences, profile.backer, profile.contributor)}}-{{profile.stats.class}}')
span(class='m_skin_{{profile.preferences.skin}}')
span(class='m_head_0')
span(class='m_hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
span(class='m_hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
span(class='m_{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor')
span(class='m_{{profile.items.gear.current.head}}', ng-show='profile.preferences.showHelm')
span(class='m_{{profile.items.gear.current.shield}}', ng-show='profile.preferences.showShield')
span(class='m_{{profile.items.gear.current.weapon}}', ng-show='profile.preferences.showWeapon')
span(class='skin_{{profile.preferences.skin}}')
span(class='head_0')
span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}')
span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}')
span(class='{{profile.items.gear.current.armor}}', ng-show='profile.preferences.showArmor')
span(class='{{profile.items.gear.current.head}}', ng-show='profile.preferences.showHelm')
span(class='{{profile.items.gear.current.shield}}', ng-show='profile.preferences.showShield')
span(class='{{profile.items.gear.current.weapon}}', ng-show='profile.preferences.showWeapon')
// Mount Head
span(ng-if='profile.items.currentMount', class='Mount_Head_{{profile.items.currentMount}}')