Skip to content

Commit

Permalink
Add how to play to start screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Túlio Ornelas committed Nov 12, 2017
1 parent 18fa523 commit 00043ec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/components/StartScreenOverlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ const StartScreenOverlay = ({ width, height, onStart }) => (
Sombrio is a peer-to-peer game built on top of SSB (Secure Scuttlebut), just gather your
friends and play on a Local Network (LAN).
</p>
<p style={{ color: '#ACE000' }}>
How to play? Use the mouse!
<ul style={{ margin: 0 }}>
<li>Move with the left click</li>
<li>Build walls with the right click</li>
</ul>
</p>
<p style={{ paddingTop: 20 }}>
<StartGame onClick={onStart} />
</p>
Expand Down

0 comments on commit 00043ec

Please sign in to comment.