回答編集履歴

1

typoのため

2019/10/25 10:33

投稿

AkitoshiManabe
AkitoshiManabe

スコア5432

test CHANGED
@@ -30,9 +30,9 @@
30
30
 
31
31
  // 左右ともにX動く
32
32
 
33
- this.left = left+x;
33
+ this.left += x;
34
34
 
35
- this.right = right+x;
35
+ this.right += x;
36
36
 
37
37
  // センターは再計算
38
38