mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-17 11:32:16 +00:00
classes: grunt-spritesmith fixes
This commit is contained in:
parent
19b6eb73e0
commit
350e3681d7
1 changed files with 8 additions and 8 deletions
|
|
@ -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}}')
|
||||
|
|
|
|||
Loading…
Reference in a new issue