cutechicken commited on
Commit
ef9fa71
·
verified ·
1 Parent(s): 6193259

Update game.js

Browse files
Files changed (1) hide show
  1. game.js +2 -2
game.js CHANGED
@@ -58,8 +58,8 @@ class Fighter {
58
  this.lastShootTime = 0;
59
 
60
  // 카메라 설정
61
- this.cameraDistance = 60;
62
- this.cameraHeight = 15;
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