summaryrefslogtreecommitdiff
path: root/js/lost.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/lost.html')
-rw-r--r--js/lost.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/lost.html b/js/lost.html
index d4443ab..c634ba2 100644
--- a/js/lost.html
+++ b/js/lost.html
@@ -10,7 +10,7 @@
10 <div id="maze-box"></div> 10 <div id="maze-box"></div>
11 <div id="button-box"></div> 11 <div id="button-box"></div>
12 </div> 12 </div>
13 <div id="floor-box"></div> 13 <div id="floor-box"></div>
14 <div class="float-clear"></div> 14 <div class="float-clear"></div>
15 <div id="editor-cont"> 15 <div id="editor-cont">
16 <p>Provide a number below for each dimension in the new maze. The numbers are the size of each dimension. Entering "10, 3" will create a maze that is 10 wide and 3 tall. Entering "5, 5, 5, 5, 5" will create a 5 dimensional maze, every dimension will be 5 wide.</p> 16 <p>Provide a number below for each dimension in the new maze. The numbers are the size of each dimension. Entering "10, 3" will create a maze that is 10 wide and 3 tall. Entering "5, 5, 5, 5, 5" will create a 5 dimensional maze, every dimension will be 5 wide.</p>
@@ -21,7 +21,7 @@
21 <script type="text/javascript"> 21 <script type="text/javascript">
22lostInit({ 22lostInit({
23 'render': { 23 'render': {
24 'name': 'RenderCanvas2D', 24 'name': RenderCanvas2D,
25 'params': { 25 'params': {
26 'maze': 'maze-box', 26 'maze': 'maze-box',
27 'buttons': 'button-box', 27 'buttons': 'button-box',