Commit 18e3463e by doszhang

dos

parent 0ef33d61
......@@ -146,7 +146,7 @@ function paint() {
function createFirework() {
xPoint = Math.random() * (w - 200) + 100;
yPoint = Math.random() * (h - 500) + 100;
var nFire = Math.random() * 50 + 100;
var nFire = Math.random() * 50;
// var nFire = 1;
var c = "rgb(" + (~~(Math.random() * 200 + 55)) + "," +
(~~(Math.random() * 200 + 55)) + "," + (~~(Math.random() * 200 + 55)) + ")";
......
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