Fix vibration

This commit is contained in:
schmelczerandras 2020-11-03 23:13:52 +01:00
parent f7420777f0
commit b48bf076ad
3 changed files with 24 additions and 11 deletions

View file

@ -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"