aboutsummaryrefslogtreecommitdiffhomepage
path: root/dvd/index.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-02-09 16:36:02 +0300
committerYaroslav <contact@yaroslavps.com>2019-02-09 16:36:02 +0300
commit8171f14d658af4b237589ab1354b8bdcc684f80d (patch)
tree832dfd3a5e7a945fd1b4eef0ba57f6f0f8f66560 /dvd/index.html
parentcc9486b13e028c5ed1ba65bfff30695b4fa48194 (diff)
downloadcanvas-antics-master.tar.gz
canvas-antics-master.zip
dvd more options (hits, coordinates debug)HEADmaster
Diffstat (limited to 'dvd/index.html')
-rw-r--r--dvd/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/dvd/index.html b/dvd/index.html
index cdd9dc1..47bbbc7 100644
--- a/dvd/index.html
+++ b/dvd/index.html
@@ -38,7 +38,7 @@ html{
</style>
<script>
window.addEventListener("load", function(){
- playDVD({"speed": 210});
+ playDVD({"speed": 1200, "hit_counter": false});
});
</script>
</head>