diff options
author | Aki <please@ignore.pl> | 2021-04-07 00:17:41 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2021-04-07 00:17:41 +0200 |
commit | 392bc996c73870da8a01603eed31b7d213bc9d8e (patch) | |
tree | 723bd537b21c7a2e006a280f8037fc9c72828ee0 /index.html | |
parent | 860da5f151357831db92a2be64c2edb829b9a953 (diff) | |
download | derelict-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.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |