Updating HUD, Gold Config, and finishing off Play flow for 9player map.
This commit is contained in:
parent
a7be12fa9b
commit
3dcc0e7edd
28 changed files with 2272 additions and 9601 deletions
|
|
@ -104,7 +104,7 @@
|
|||
/* ---- RIGHT SCOREBOARD PANEL --------------------------------- */
|
||||
|
||||
.right-panel {
|
||||
width: 130px;
|
||||
width: 172px;
|
||||
flex-shrink: 0;
|
||||
align-self: flex-start;
|
||||
flex-direction: column;
|
||||
|
|
|
|||
|
|
@ -20,22 +20,9 @@
|
|||
</ui:VisualElement>
|
||||
<ui:VisualElement name="right-panel" class="right-panel">
|
||||
<ui:Label text="scoreboard" class="panel-header"/>
|
||||
<ui:Label text="name · lives · leaked" class="section-label"/>
|
||||
<ui:Label text="name · gold · leaked" class="section-label"/>
|
||||
<ui:VisualElement name="player-list" class="player-list"/>
|
||||
<ui:Label text="income / wave" class="section-label" style="margin-top: 6px;"/>
|
||||
<ui:VisualElement class="income-row">
|
||||
<ui:Label text="base" class="income-key"/>
|
||||
<ui:Label name="income-base-label" text="+? g" class="income-val"/>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement class="income-row">
|
||||
<ui:Label text="bonus" class="income-key"/>
|
||||
<ui:Label name="income-bonus-label" text="+? g" class="income-val"/>
|
||||
</ui:VisualElement>
|
||||
<ui:VisualElement class="income-row">
|
||||
<ui:Label text="total" class="income-key"/>
|
||||
<ui:Label name="income-total-label" text="+? g" class="income-val"/>
|
||||
</ui:VisualElement>
|
||||
<ui:Label text="race" class="section-label" style="margin-top: 4px;"/>
|
||||
<ui:Label text="race" class="section-label" style="margin-top: 8px;"/>
|
||||
<ui:VisualElement class="income-row">
|
||||
<ui:Label text="builder" class="income-key"/>
|
||||
<ui:Label name="race-label" text="?" class="income-val"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue