make the UI boxes constructed from a sprite sheet instead of being a static sized sprite
This commit is contained in:
+4
-2
@@ -19,7 +19,8 @@
|
||||
|
||||
<!--QUEUE BOX-->
|
||||
<div class="centered" id="queue">
|
||||
<img src="assets/img/ui/queuebox.png" id="queueBox">
|
||||
<div class="UIBox" style="width: 450px; height: 100px;"></div>
|
||||
<div class="UIBoxBackground" style="width: 500px; height: 150px;"></div>
|
||||
|
||||
<div id="queueTextContainer">
|
||||
<p class="queueText">Realm is Full</p>
|
||||
@@ -32,7 +33,8 @@
|
||||
|
||||
<!--DISCONNECT MESSAGE-->
|
||||
<div class="centered" id="disconnectBox" style="display: none;">
|
||||
<img src="assets/img/ui/queuebox.png" id="queueBox">
|
||||
<div class="UIBox" style="width: 550px; height: 100px;"></div>
|
||||
<div class="UIBoxBackground" style="width: 600px; height: 150px;"></div>
|
||||
|
||||
<div id="dcTextContainer">
|
||||
<p class="queueText">You have been disconnected from the server.</p>
|
||||
|
||||
Reference in New Issue
Block a user