diff options
Diffstat (limited to 'index.js')
| -rw-r--r-- | index.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |
