Added dynamic frames for darwin + win32.
The darwin frame is the same as the original, however the button behavior is corrected. The win32 frame uses the traditional buttons found on windows. Also added a small logo image to the windows frame. Each frame is dynamically loaded on startup via ejs. Also disabled the server selection test UI.
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
<button id="launch_button">PLAY</button>
|
||||
<div class="bot_divider"></div>
|
||||
<!-- Span until we implement the real selection -->
|
||||
<div id="serverSelectContainer">
|
||||
<div id="serverSelectContainer" style="display:none;">
|
||||
<div id="serverSelectContent">
|
||||
<div class="serverSelectElement" sel>
|
||||
<span class="serverSelected">◆</span>
|
||||
@@ -145,7 +145,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<span class="bot_label" id="server_selection"style="display:none;line-height: 24px;">• No Server Selected</span>
|
||||
<span class="bot_label" id="server_selection"style="line-height: 24px;">• No Server Selected</span>
|
||||
</div>
|
||||
<div id="launch_details">
|
||||
<div id="launch_details_left">
|
||||
|
||||
Reference in New Issue
Block a user