Skip to content

Commit

Permalink
Removed invalid input instructions
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
t-sauer committed May 2, 2017
1 parent ca9dc3a commit 502c014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/components/glimmeroids-app/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<span class="score current-score" >Score: {{state.currentScore}}</span>
<span class="score top-score" >Top Score: {{state.topScore}}</span>
<span class="controls" >
Use [A][S][W][D] or [←][↑][↓][→] to MOVE<br/>
Use [A][W][D] or [←][↑][→] to MOVE<br/>
Use [SPACE] to SHOOT
</span>
<canvas
Expand Down

0 comments on commit 502c014

Please sign in to comment.