回答編集履歴

1

コードの修正

2020/06/18 01:54

投稿

hehebeb
hehebeb

スコア728

test CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
 
21
- if(TargetPos > lastPos)
21
+ if(TargetPos.x > lastPos.x)
22
22
 
23
23
  {
24
24