aboutsummaryrefslogtreecommitdiff
path: root/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index 28d22e6..06d1f61 100644
--- a/index.js
+++ b/index.js
@@ -2,6 +2,7 @@
const desk = document.getElementById('desk');
Aero.makeClouds(document.getElementById('clouds'));
Aero.spawnBubbles(desk, 24);
+ Aero.spawnShards(desk, 30, 'shard', 1.5);
Aero.sparkleCursor();
Aero.mountThemeSwitcher();