mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 16:47:58 -05:00
35cba4a90d
Pvp status view (temp location and UI) Remove pvp status from control bar Add game menu param for jumping into a specific tab Lots of bug fixing and session state cleanup Does not address problems with executing real-time multiplayer cast
12 lines
335 B
Text
12 lines
335 B
Text
//- TODO: Replace this devart with nice shinies
|
|
|
|
div
|
|
button#multiplayer-button Multiplayer
|
|
//- span.spr
|
|
//- span.player-count #{playerCount} total players
|
|
span.spr
|
|
span.players-available #{playersAvailable} available
|
|
span.spr
|
|
span.players-unavailable #{playersUnavailable} playing
|
|
span.spr
|
|
span.game-status #{status}
|