getting draft mode buttons and selection menu
This commit is contained in:
20
index.html
20
index.html
@@ -39,6 +39,7 @@
|
||||
<div id="health-bg"></div>
|
||||
<div id="health"></div>
|
||||
<div id="dmg"></div>
|
||||
<div id="choose-background"></div>
|
||||
|
||||
<!-- guns -->
|
||||
<!-- <audio id="snare2" src="sounds\guns\snare2.ogg" preload="auto"></audio>
|
||||
@@ -76,25 +77,18 @@
|
||||
<canvas id="canvas"></canvas>
|
||||
<!-- ********** intro page ***********************************************
|
||||
******************************************************************************* -->
|
||||
|
||||
<!-- <div id="build-details">
|
||||
<div class="build-grid-module"></div>
|
||||
<details>
|
||||
<summary>build</summary>
|
||||
<div id="details-div">
|
||||
|
||||
</div>
|
||||
</details>
|
||||
</div> -->
|
||||
<!-- <div id="choose-grid"></div> -->
|
||||
<div id="choose-grid"></div>
|
||||
<div id="build-grid"></div>
|
||||
<!-- <button type="button" id="build-button">challenge run</button> -->
|
||||
<svg class="SVG-button" id="build-button" width="110" height="40">
|
||||
<g stroke='none' fill='#333' stroke-width="2" font-size="28px" font-family="Arial, sans-serif">
|
||||
<text x="10" y="30">custom</text>
|
||||
</g>
|
||||
</svg>
|
||||
|
||||
<svg class="SVG-button" id="draft-button" width="80" height="40">
|
||||
<g stroke='none' fill='#333' stroke-width="2" font-size="28px" font-family="Arial, sans-serif">
|
||||
<text x="10" y="30">draft</text>
|
||||
</g>
|
||||
</svg>
|
||||
<div id="settings">
|
||||
<details>
|
||||
<summary>settings</summary>
|
||||
|
||||
Reference in New Issue
Block a user