diff options
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, |