summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2021-04-07 00:17:41 +0200
committerAki <please@ignore.pl>2021-04-07 00:17:41 +0200
commit392bc996c73870da8a01603eed31b7d213bc9d8e (patch)
tree723bd537b21c7a2e006a280f8037fc9c72828ee0 /index.html
parent860da5f151357831db92a2be64c2edb829b9a953 (diff)
downloadderelict-prototype-392bc996c73870da8a01603eed31b7d213bc9d8e.zip
derelict-prototype-392bc996c73870da8a01603eed31b7d213bc9d8e.tar.gz
derelict-prototype-392bc996c73870da8a01603eed31b7d213bc9d8e.tar.bz2
Timeline is now time-based instead of kill
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 53d79ec..f5cf97d 100644
--- a/index.html
+++ b/index.html
@@ -8,7 +8,7 @@
<div id="wrapper">
<div id="container"></div>
<div id="toolbar">
- <input type="range" min="0" max="1" value="0" id="timeline">
+ <input type="range" id="timeline">
</div>
</div>
<script type="module" src="derelict.js"></script>