Spaces:
Running
Running
Update game.js
Browse files
game.js
CHANGED
|
@@ -560,8 +560,7 @@ async addDesertDecorations() {
|
|
| 560 |
tankPos.z
|
| 561 |
));
|
| 562 |
}
|
| 563 |
-
this.camera.lookAt(lookAtPoint);
|
| 564 |
-
}
|
| 565 |
|
| 566 |
|
| 567 |
createBuildings() {
|
|
|
|
| 560 |
tankPos.z
|
| 561 |
));
|
| 562 |
}
|
| 563 |
+
//this.camera.lookAt(lookAtPoint);
|
|
|
|
| 564 |
|
| 565 |
|
| 566 |
createBuildings() {
|