Improve gameplay and design
This commit is contained in:
parent
af616042f3
commit
1d1bc6655c
15 changed files with 163 additions and 74 deletions
|
|
@ -50,25 +50,43 @@
|
|||
<section id="settings">
|
||||
<label for="enable-relative-movement">
|
||||
<input id="enable-relative-movement" type="checkbox" />
|
||||
<img alt="a dashed circle" src="../static/circle.svg" />
|
||||
<img
|
||||
title="Make movement be relative to the gravitational field"
|
||||
alt="a dashed circle"
|
||||
src="../static/circle.svg"
|
||||
/>
|
||||
</label>
|
||||
|
||||
<label for="enable-vibration">
|
||||
<input id="enable-vibration" type="checkbox" />
|
||||
<img alt="vibrating mobile" src="../static/vibrate.svg" />
|
||||
<img
|
||||
title="Enable vibration on mobile"
|
||||
alt="vibrating mobile"
|
||||
src="../static/vibrate.svg"
|
||||
/>
|
||||
</label>
|
||||
|
||||
<label for="enable-sounds">
|
||||
<input id="enable-sounds" type="checkbox" />
|
||||
<img alt="speaker with sound waves" src="../static/volume.svg" />
|
||||
<img
|
||||
title="Enable sounds"
|
||||
alt="speaker with sound waves"
|
||||
src="../static/volume.svg"
|
||||
/>
|
||||
</label>
|
||||
|
||||
<img id="logout" alt="logout" src="../static/logout.svg" />
|
||||
<img
|
||||
title="Exit from current game"
|
||||
id="logout"
|
||||
alt="logout"
|
||||
src="../static/logout.svg"
|
||||
/>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<div id="toggle-settings-container">
|
||||
<img
|
||||
title="Toggle settings"
|
||||
id="toggle-settings"
|
||||
class="icon"
|
||||
alt="toggle-settings"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue