aboutsummaryrefslogtreecommitdiffhomepage
path: root/starfield/stars.html
diff options
context:
space:
mode:
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>