Spaces:
Running
Running
Update game.js
Browse files
game.js
CHANGED
|
@@ -58,8 +58,8 @@ class Fighter {
|
|
| 58 |
this.lastShootTime = 0;
|
| 59 |
|
| 60 |
// 카메라 설정
|
| 61 |
-
this.cameraDistance =
|
| 62 |
-
this.cameraHeight =
|
| 63 |
this.cameraLag = 0.1;
|
| 64 |
}
|
| 65 |
|
|
|
|
| 58 |
this.lastShootTime = 0;
|
| 59 |
|
| 60 |
// 카메라 설정
|
| 61 |
+
this.cameraDistance = 250;
|
| 62 |
+
this.cameraHeight = 45;
|
| 63 |
this.cameraLag = 0.1;
|
| 64 |
}
|
| 65 |
|