Commit 8d97b122 by doszhang

dos

parent a43e281f
......@@ -95,7 +95,7 @@ function updateWorld() {
}
function update() {
if (particles.length < 500 && Math.random() < probability) {
if (particles.length < 1000 && Math.random() < probability) {
createFirework();
}
var alive = [];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment