Fix vibration
This commit is contained in:
parent
f7420777f0
commit
b48bf076ad
3 changed files with 24 additions and 11 deletions
|
|
@ -63,15 +63,6 @@
|
|||
|
||||
<div id="settings-container">
|
||||
<section id="settings">
|
||||
<label for="enable-vibration">
|
||||
<input id="enable-vibration" type="checkbox" />
|
||||
<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
|
||||
|
|
@ -86,6 +77,15 @@
|
|||
<img title="Enable music" alt="music note" src="../static/music.svg" />
|
||||
</label>
|
||||
|
||||
<label for="enable-vibration">
|
||||
<input id="enable-vibration" type="checkbox" />
|
||||
<img
|
||||
title="Enable vibration on mobile"
|
||||
alt="vibrating mobile"
|
||||
src="../static/vibrate.svg"
|
||||
/>
|
||||
</label>
|
||||
|
||||
<img
|
||||
title="Exit from current game"
|
||||
id="logout"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue