cutechicken commited on
Commit
6802a18
·
verified ·
1 Parent(s): 6096a9c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -275,7 +275,7 @@ function buyTank(tankImg, cost, tankId) {
275
  player.maxHealth = 1500;
276
  player.speed = defaultPlayerStats.speed; // 기본 이동속도로 복구
277
  player.width = 100; // PZ.IV의 크기 설정
278
- player.height = 60; // PZ.IV의 크기 설정
279
  }
280
  else if (tankId === 'tank2') { // TIGER
281
  player.maxHealth = 2000;
 
275
  player.maxHealth = 1500;
276
  player.speed = defaultPlayerStats.speed; // 기본 이동속도로 복구
277
  player.width = 100; // PZ.IV의 크기 설정
278
+ player.height = 55; // PZ.IV의 크기 설정
279
  }
280
  else if (tankId === 'tank2') { // TIGER
281
  player.maxHealth = 2000;