Commit 975b1d4d by doszhang

dos

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