Skip to content

Commit

Permalink
Show votes above the tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
DolceTriade committed Jan 4, 2015
1 parent bb277a8 commit 1d10a95
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions main/ui/hud_basics.rml
Expand Up @@ -22,6 +22,12 @@
width: 50em;
height: 25em;
}
region.votes {
bottom: 35%;
text-align: left;
width: 40%;
left: 0.5em;
}
region.tutorial {
bottom: 21%;
text-align: left;
Expand Down Expand Up @@ -155,14 +161,13 @@
</if>

</statsbox>
</region>


<region class="votes">
<p><votes /></p>
<p><votes_team /></p>

</region>


<region class="tutorial">
<tutorial />
</region>
Expand Down

0 comments on commit 1d10a95

Please sign in to comment.