A couple tweaks for the duel stats view.

This commit is contained in:
Nick Winter 2015-09-04 17:01:06 -07:00
parent 73f3e7cdd9
commit b3496cbf6b
2 changed files with 4 additions and 1 deletions
app
styles/play/level
templates/play/level

View file

@ -63,6 +63,9 @@
.health-bar-container .health-bar
background: hsla(205,100%,51%,1)
.thang-avatar-view
@include scaleX(-1)
.name-and-power
display: flex
flex-direction: row

View file

@ -7,7 +7,7 @@ for player in players
.player-power
.power-icon
.power-value
.player-name= player.name
.player-name= player.name || 'Anoner'
.player-health
.health-icon
.health-bar-container