Rules Screen add
This commit is contained in:
10
index.html
10
index.html
@ -17,6 +17,7 @@
|
||||
<ul id="levelChoice"></ul>
|
||||
|
||||
<p>Use the arrows to navigate. Press p to make a pause.</p>
|
||||
<a href=#-1 id="rulesBtn" >Rules</a>
|
||||
</div>
|
||||
|
||||
|
||||
@ -25,7 +26,14 @@
|
||||
|
||||
<div id="canvasTarget"></div>
|
||||
|
||||
<a href=# id="stopGameBtn" value="Stop game">Stop Game</a>
|
||||
<a href=# id="menuBtn">Stop Game</a>
|
||||
</div>
|
||||
|
||||
|
||||
<div id="rulesScreen">
|
||||
<h1>Rules</h1>
|
||||
|
||||
<a href=# id="menuBtn">Go back to menu</a>
|
||||
</div>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
Reference in New Issue
Block a user