diff --git a/assets/scene.scene b/assets/scene.scene index c78005f..fc0a132 100644 --- a/assets/scene.scene +++ b/assets/scene.scene @@ -773,7 +773,7 @@ "_priority": 1073741824, "_fov": 45, "_fovAxis": 0, - "_orthoHeight": 320, + "_orthoHeight": 452.93233082706763, "_near": 1, "_far": 2000, "_color": { diff --git a/assets/src/gameManager.ts b/assets/src/gameManager.ts index 842e43a..59a0ad9 100644 --- a/assets/src/gameManager.ts +++ b/assets/src/gameManager.ts @@ -48,7 +48,6 @@ export class gameManager extends Component { const ppos = this.plant.position; zd01.setPosition(ppos.x, ppos.y, ppos.z - 1); const zdcop = zd01.getComponent(zd); - console.log(this.zd_speed); zdcop.z_speed = this.zd_speed; }