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

Skip to content

Commit 2d72ba6

Browse files
Update index.html
1 parent 5a67dfb commit 2d72ba6

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
@@ -157,7 +157,7 @@ <h2 class="m"><span class="grad">##</span> Add Sno to Your Project...</h2><br/>
157157
var angle = 0;
158158
var W = screen.width;
159159
var H = screen.height;
160-
var mp = 100;//max particles
160+
var mp = 300;//max particles
161161
var particles = [];
162162
for(var i = 0; i < mp; i++){
163163
particles.push({

0 commit comments

Comments
 (0)
0