Compare commits

...

2 Commits

Author SHA1 Message Date
Sophie Marie ea3fb1439c
Moar snow c: 2023-12-29 13:19:58 -06:00
Sophie Marie ff7a4f0f93
Add Discord link 2023-12-29 13:03:50 -06:00
2 changed files with 3 additions and 2 deletions

View File

@ -24,6 +24,7 @@
<input type="button" onclick="location.href='https://glaceon.social/@IDeletedSystem64';" value="glaceon.social">
<input type="button" onclick="location.href='https://pony.social/@ArtsieSophie';" value="pony.social (Art)">
<input type="button" onclick="location.href='https://www.tumblr.com/settings/blog/ideletedsystem64';" value="Tumblr">
<input type="button" onclick="location.href='https://discord.gg/eT8HEZXKTp';" value="my Discord server">
<input type="button" onclick="location.href='https://github.com/IDeletedSystem64';" value="GitHub">
<input type="button" onclick="location.href='https://git.system64.dev/IDeletedSystem64';" value="My Gitea">
<input type="button" onclick="location.href='https://steamcommunity.com/id/system64_';" value="Steam">

View File

@ -17,8 +17,8 @@ var snowStorm = (function(window, document) {
this.autoStart = true; // Whether the snow should start automatically or not.
this.excludeMobile = true; // Snow is likely to be bad news for mobile phones' CPUs (and batteries.) Enable at your own risk.
this.flakesMax = 128; // Limit total amount of snow made (falling + sticking)
this.flakesMaxActive = 64; // Limit amount of snow falling at once (less = lower CPU use)
this.flakesMax = 1000; // Limit total amount of snow made (falling + sticking)
this.flakesMaxActive = 128; // Limit amount of snow falling at once (less = lower CPU use)
this.animationInterval = 33; // Theoretical "miliseconds per frame" measurement. 20 = fast + smooth, but high CPU use. 50 = more conservative, but slower
this.useGPU = true; // Enable transform-based hardware acceleration, reduce CPU load.
this.className = null; // CSS class name for further customization on snow elements