diff options
author | Yaroslav <contact@yaroslavps.com> | 2018-12-15 21:01:17 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2018-12-15 21:01:17 +0300 |
commit | d7c7aff5c362d4c734ce77ead22344fac4766877 (patch) | |
tree | c485cf5204322f9f3570c66f212edbc331d98756 /starfield/stars.html | |
parent | f76c65d96a1b780c30b8c57a5125d2dec8ea51f6 (diff) | |
download | canvas-antics-d7c7aff5c362d4c734ce77ead22344fac4766877.tar.gz canvas-antics-d7c7aff5c362d4c734ce77ead22344fac4766877.zip |
control speed with wheel
Diffstat (limited to 'starfield/stars.html')
-rw-r--r-- | starfield/stars.html | 7 |
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> |