8000 Update index.html · snojs/snojs.github.io@b5aabe7 · GitHub
[go: up one dir, main page]

Skip to content

Commit b5aabe7

Browse files
Update index.html
1 parent 565952b commit b5aabe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h2 class="m"><span class="grad">##</span> Add Sno to Your Project...</h2><br/>
156156
var angle = 0;
157157
var W = screen.width;
158158
var H = screen.height;
159-
var mp = 50;//max particles
159+
var mp = 100;//max particles
160160
var particles = [];
161161
for(var i = 0; i < mp; i++){
162162
particles.push({

0 commit comments

Comments
 (0)
0