We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec04de commit 4d37061Copy full SHA for 4d37061
1 file changed
index.html
@@ -45,9 +45,9 @@
45
<canvas id="gameCanvas"></canvas>
46
</div>
47
<div id="info">
48
- <p>Move with arrow keys, fire with the space bar. The invaders get faster and drop
49
- more bombs as you complete each level!</p>
50
- <p><a id="muteLink" href="#" onclick="toggleMute()">mute</a> |
+ <p>The invaders get faster and drop more bombs as you complete each level!</p>
+ <p>Controls: WASD / Arrow Keys + Space
+ <p><a id="muteLink" href="#" onclick="toggleMute()">Mute</a> |
51
<a href="https://github.com/dwmkerr/spaceinvaders">Original Project</a> |
52
<a href="https://github.com/Prouser123/spaceinvaders">GitHub Project</a></p>
53
0 commit comments