diff options
author | Yaroslav <contact@yaroslavps.com> | 2018-12-16 00:20:56 +0300 |
---|---|---|
committer | Yaroslav <contact@yaroslavps.com> | 2018-12-16 00:20:56 +0300 |
commit | 55394efb95c922ce396dc9d93c0fb1cddcde5076 (patch) | |
tree | d2e7ed6a57c0aee47b63133e17fa26719152b6c9 /starfield/stars.html | |
parent | 66daadd57eb6ec92a2c27c49ae8c9d515579c471 (diff) | |
download | canvas-antics-55394efb95c922ce396dc9d93c0fb1cddcde5076.tar.gz canvas-antics-55394efb95c922ce396dc9d93c0fb1cddcde5076.zip |
starfield ok
Diffstat (limited to 'starfield/stars.html')
-rw-r--r-- | starfield/stars.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starfield/stars.html b/starfield/stars.html index 1cc9f30..9c7d0f2 100644 --- a/starfield/stars.html +++ b/starfield/stars.html @@ -40,7 +40,7 @@ html{ <script> window.addEventListener("load", function(){ warpLaunch({ - 'max_particles': 1000, + 'max_particles': 1500, 'speed': 70, 'step': 10, 'interactive': true, |