diff options
Diffstat (limited to 'starfield/stars.html')
-rw-r--r-- | starfield/stars.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/starfield/stars.html b/starfield/stars.html index 6d63653..1cc9f30 100644 --- a/starfield/stars.html +++ b/starfield/stars.html @@ -40,10 +40,11 @@ html{ <script> window.addEventListener("load", function(){ warpLaunch({ - 'max_particles': 1500, + 'max_particles': 1000, 'speed': 70, 'step': 10, 'interactive': true, + 'color': true, }); }); </script> |