japanese-drum-game/public/src/views/tutorial.html

20 lines
790 B
HTML
Raw Normal View History

2018-09-03 00:11:09 +08:00
<div id="tutorial-outer">
<div id="tutorial">
<div id="tutorial-title" class="stroke-sub" alt="How to Play">How to Play</div>
<div id="tutorial-content">
<p>Hit the drum when the notes reach the taiko!</p>
2018-10-23 22:46:26 +08:00
<p>For red notes, hit the face of the drum (<kbd>F</kbd> or <kbd>J</kbd>)...</p>
<p>...and for blue notes, hit the rim! (<kbd>D</kbd> or <kbd>K</kbd>)</p>
2018-10-08 16:58:10 +08:00
<p>USB controllers are also supported!</p>
<p>
<span style="font-weight:bold;">Other controls</span><br>
<kbd>Q</kbd> &mdash; pause game<br>
<kbd>SHIFT</kbd> while selecting difficulty &mdash; enable autoplay mode<br>
<kbd>CTRL</kbd> while selecting difficulty &mdash; enable 2P mode
</p>
2018-09-03 00:11:09 +08:00
</div>
<div id="tutorial-end-button" class="taibtn stroke-sub" alt="OK">OK</div>
</div>
</div>