diff options
author | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-24 15:05:46 -0600 |
---|---|---|
committer | Mike Buland <Mike.Buland@mjfirm.com> | 2016-10-24 15:05:46 -0600 |
commit | c8b8770f49883f94678f215b98ece3d67f8aa9ef (patch) | |
tree | 673879b7d8615f3f298f55a48f791e787eb81dc1 /js/lost.html | |
parent | 39d593054de993469809170ebf53a231caac92fb (diff) | |
download | lost-c8b8770f49883f94678f215b98ece3d67f8aa9ef.tar.gz lost-c8b8770f49883f94678f215b98ece3d67f8aa9ef.tar.bz2 lost-c8b8770f49883f94678f215b98ece3d67f8aa9ef.tar.xz lost-c8b8770f49883f94678f215b98ece3d67f8aa9ef.zip |
Mainly just lots and lots of comments.
Diffstat (limited to 'js/lost.html')
-rw-r--r-- | js/lost.html | 4 |
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"> |
22 | lostInit({ | 22 | lostInit({ |
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', |