質問編集履歴
1
修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -8,7 +8,9 @@
|
|
8
8
|
### 該当コード
|
9
9
|
矢印
|
10
10
|
```
|
11
|
+
public class PowerMeter : MonoBehaviour
|
12
|
+
{
|
11
|
-
public float angle;
|
13
|
+
public float angle;
|
12
14
|
private GameObject target;
|
13
15
|
public Image powermetercolor;
|
14
16
|
bool right;
|
@@ -99,6 +101,7 @@
|
|
99
101
|
powerstete = true;
|
100
102
|
rotationstate = false;
|
101
103
|
}
|
104
|
+
}
|
102
105
|
```
|
103
106
|
プレイヤー
|
104
107
|
```
|