Added more helpful info.
This commit is contained in:
parent
8c1750d188
commit
357c25e59a
|
@ -31,11 +31,14 @@
|
|||
|
||||
</header>
|
||||
<section>
|
||||
<h2>Play</h2>
|
||||
<p><i>If the box is empty, just refresh the page until it loads. It's a bug with the engine that comes up during development. It'll be fine when it's all finished!</i></p>
|
||||
<canvas style="border:solid 1px black;" id="game">
|
||||
Your browser is really old, dude - no canvas support! Update this thing!
|
||||
</canvas>
|
||||
<div id="audio"></div>
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>
|
||||
<a id="about" class="anchor" href="#about" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>About</h2>
|
||||
|
@ -59,7 +62,7 @@
|
|||
<h2>
|
||||
<a id="how-to-play" class="anchor" href="#how-to-play" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>How to Play</h2>
|
||||
|
||||
<p>The speed gauge in the bottom left corner shows your current speed level. The energy bar next to it shows how long you can go as fast as you are going and refills over time.</p>
|
||||
<p>The speed gauge in the bottom left corner shows your current speed level. The energy bar next to it shows how long you can go as fast as you are going and refills over time. If you crash into the island, you lose all momentum and your speed resets to 0.</p>
|
||||
|
||||
<p>There's nothing to really play yet, but you can sail around as long as you want!</p>
|
||||
</section>
|
||||
|
|
Loading…
Reference in New Issue