質問するログイン新規登録

質問編集履歴

1

urlの変更

2018/05/18 16:48

投稿

sleeeep12
sleeeep12

スコア36

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 = "http://localhost/yumasenshu/wp-content/themes/yumasenshu/works/img/leaf1.png";//花びら
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();