mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 17:45:40 -05:00
Added level indicator
This commit is contained in:
parent
0e135ac07f
commit
a7dadc34aa
2 changed files with 9 additions and 3 deletions
|
@ -376,7 +376,7 @@ $gameControlMargin: 30px
|
|||
height: 32px
|
||||
color: white
|
||||
|
||||
.gem, .player-level-icon, .player-hero-icon
|
||||
.gem, .level-indicator .player-level-icon, .player-hero-icon
|
||||
position: absolute
|
||||
top: 1px
|
||||
|
||||
|
@ -384,7 +384,7 @@ $gameControlMargin: 30px
|
|||
margin-left: 40px
|
||||
|
||||
.player-level
|
||||
margin-left: 34px
|
||||
margin-left: 5px
|
||||
|
||||
.player-name
|
||||
margin-left: 45px
|
||||
|
@ -400,6 +400,12 @@ $gameControlMargin: 30px
|
|||
height: 30px
|
||||
margin: 0px 2px
|
||||
|
||||
.level-indicator
|
||||
margin-left: 15px
|
||||
color: #E5C100
|
||||
display: inline-block
|
||||
margin: 0p 2px
|
||||
|
||||
.player-hero-icon
|
||||
margin-left: 10px
|
||||
background-position: (-4 * $spriteSheetSize) 0
|
||||
|
|
|
@ -93,7 +93,7 @@ else
|
|||
.user-status-line
|
||||
span.gem.gem-30
|
||||
span#gems-count.spr= me.gems()
|
||||
span.player-level-icon
|
||||
span.level-indicator Level
|
||||
span.player-level.spr= me.level()
|
||||
span.player-hero-icon
|
||||
if me.get('anonymous')
|
||||
|
|
Loading…
Reference in a new issue