aboutsummaryrefslogtreecommitdiffhomepage
path: root/starfield/stars.html
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2018-12-15 23:42:13 +0300
committerYaroslav <contact@yaroslavps.com>2018-12-15 23:42:13 +0300
commit66daadd57eb6ec92a2c27c49ae8c9d515579c471 (patch)
treedcbf395036f737079ad62a99e9c12b704fc93fe4 /starfield/stars.html
parentd7c7aff5c362d4c734ce77ead22344fac4766877 (diff)
downloadcanvas-antics-66daadd57eb6ec92a2c27c49ae8c9d515579c471.tar.gz
canvas-antics-66daadd57eb6ec92a2c27c49ae8c9d515579c471.zip
color mode
Diffstat (limited to 'starfield/stars.html')
-rw-r--r--starfield/stars.html3
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>