質問編集履歴
1
urlの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -74,7 +74,7 @@
|
|
74
74
|
var windVelY = 0;
|
75
75
|
|
76
76
|
var image = new Image();
|
77
|
-
image.src = "
|
77
|
+
image.src = "";//花びら
|
78
78
|
function initParitcle(initP){
|
79
79
|
initP.w = 0.4*(0.5-Math.random());
|
80
80
|
initP.rad = Math.PI*Math.random();
|