Commit 1bd24e9d by doszhang

dos

parent a259cebf
...@@ -95,7 +95,7 @@ function updateWorld() { ...@@ -95,7 +95,7 @@ function updateWorld() {
} }
function update() { function update() {
if (1) { if (particles.length < 500 && Math.random() < probability) {
createFirework(); createFirework();
} }
var alive = []; 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