This commit is contained in:
2018-04-11 00:17:42 +10:00
parent ba4b01653d
commit 2cd21dc329
4 changed files with 289 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ public class CameraController : MonoBehaviour {
float speed;
void Awake() {
speed = 0.1f;
speed = 0.05f;
}
void Update() {