aboutsummaryrefslogtreecommitdiffhomepage
path: root/starfield/stars.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2018-12-15 21:01:17 +0300
committerYaroslav <contact@yaroslavps.com>2018-12-15 21:01:17 +0300
commitd7c7aff5c362d4c734ce77ead22344fac4766877 (patch)
treec485cf5204322f9f3570c66f212edbc331d98756 /starfield/stars.html
parentf76c65d96a1b780c30b8c57a5125d2dec8ea51f6 (diff)
downloadcanvas-antics-d7c7aff5c362d4c734ce77ead22344fac4766877.tar.gz
canvas-antics-d7c7aff5c362d4c734ce77ead22344fac4766877.zip
control speed with wheel
Diffstat (limited to 'starfield/stars.html')
-rw-r--r--starfield/stars.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/starfield/stars.html b/starfield/stars.html
index 9cea324..6d63653 100644
--- a/starfield/stars.html
+++ b/starfield/stars.html
@@ -39,7 +39,12 @@ html{
</style>
<script>
window.addEventListener("load", function(){
- warpLaunch();
+ warpLaunch({
+ 'max_particles': 1500,
+ 'speed': 70,
+ 'step': 10,
+ 'interactive': true,
+ });
});
</script>
</head>