回答編集履歴

1

誤字修正

2019/03/26 01:22

投稿

stdio
stdio

スコア3307

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  rb.veloctiy -= new Vector2(3,0);//値はてきとう
8
8
 
9
- if(rb.veloctiy.x <= Vector2(0,0)){
9
+ if(rb.veloctiy <= Vector2(0,0)){
10
10
 
11
11
  rb.veloctiy = Vector2.zero;
12
12