chore: adjust player tank's size

This commit is contained in:
jakciehan
2026-05-02 13:50:52 +08:00
parent 0e321bcea6
commit 38294c040c
35 changed files with 5767 additions and 348 deletions
+1
View File
@@ -143,6 +143,7 @@ const GameScene = {
// Apply equipped skin colors to player tank
if (GameGlobal.skinManager) {
this._playerTank._skinColors = GameGlobal.skinManager.getCurrentSkinColors();
this._playerTank._skinId = GameGlobal.skinManager.getEquippedSkinId();
}
// Safety: ensure player spawn area is clear of blocking terrain