aboutsummaryrefslogtreecommitdiffstats
path: root/public/index.html
diff options
context:
space:
mode:
authorMatt Kohls <mattkohls13@gmail.com>2019-12-09 23:27:55 -0500
committerMatt Kohls <mattkohls13@gmail.com>2019-12-09 23:27:55 -0500
commit421d3cee6dfad58fd48c2684da7494e730a16830 (patch)
treeaa88ef6301ade2b1fbaf873e7a374a20e2947a38 /public/index.html
parentc8a5d3a7597fc5b943a04e13aa8f3b01afdb3c48 (diff)
downloadrogue.js-421d3cee6dfad58fd48c2684da7494e730a16830.tar.gz
rogue.js-421d3cee6dfad58fd48c2684da7494e730a16830.tar.bz2
rogue.js-421d3cee6dfad58fd48c2684da7494e730a16830.zip
NPC mobs now spawn and can take actionsHEADmaster
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 47bcec0..5369ebd 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,7 +16,7 @@
<canvas id="gameboard" class="center" width="512" height="416"></canvas>
<div class="center">
<table class="center">
- <tr><td><button id="joingame" type="button" title="Join Game">Join Game</button></td><td></td><td><button id="up">Up</button></td><td></td><td></td>
+ <tr><td><button id="joingame" type="button" title="Join Game">Join Game</button></td><td></td><td><button id="up">Up</button></td><td></td><td><button id="wait">Wait</button></td>
</tr>
<tr><td><button id="leavegame" type="button" title="Leave Game">Leave Game</button></td><td><button id="left">Left</button></td><td><button id="stairs">Stairs</button></td><td><button id="right">Right</button></td><td></td>
</tr>