回答編集履歴

1

インデント修正

2018/12/25 09:21

投稿

bochan2
bochan2

スコア2050

test CHANGED
@@ -12,11 +12,9 @@
12
12
 
13
13
  bool clicked;
14
14
 
15
- void Update(){
15
+ void Update(){
16
16
 
17
-
18
-
19
- clicked=Input.GetMouseButtonDown(0);//getmousebuttonでもupでも使えます
17
+ clicked=Input.GetMouseButtonDown(0);//getmousebuttonでもupでも使えます
20
18
 
21
19
  }
22
20