Sprite loading improvements, touch controls

- SVG sprite loading automatically for an easier setup
- Touch devices now show controls on touch rather than pausing playback
This commit is contained in:
Sam
2016-05-23 19:16:48 +01:00
parent 98e4c5acea
commit 69194915d4
9 changed files with 112 additions and 102 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## v1.6.14
- SVG sprite loading automatically for an easier setup
- Touch devices now show controls on touch rather than pausing playback
## v1.6.13
- Decreased sensitivity and inverted scroll on volume slider (scroll up to increase, down to decrease)