Spaces:
Running
Running
Update index.html
Browse files- 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 =
|
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;
|