mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 00:28:31 -05:00
18 lines
459 B
Text
18 lines
459 B
Text
for player in players
|
|
div(class="player-container team-" + player.team)
|
|
.player-portrait
|
|
.thang-avatar-placeholder
|
|
.player-info
|
|
.player-name= player.name
|
|
.player-health
|
|
.health-icon
|
|
.health-bar-container
|
|
.health-bar
|
|
.health-value
|
|
//.player-gold
|
|
// .team-gold
|
|
// img(src="/images/level/gold_icon.png", alt="", draggable="false")
|
|
// .gold-amount
|
|
.player-power
|
|
|
|
|