update babe

This commit is contained in:
2026-06-04 17:49:04 +07:00
parent c545401b7a
commit b61b79c82e
60 changed files with 5164 additions and 82 deletions

View File

@@ -3,6 +3,6 @@ using UnityEngine;
public class PlayerInventory : MonoBehaviour
{
[Header("Cấu hình túi đồ")]
public int treasuresCollected = 0; // Đếm số lượng rương đã nhặt
public int totalTreasuresNeeded = 3; // Số lượng cần để thắng
}
public int treasuresCollected = 0; // Số lượng rương đang cầm trên người trong lần chạy này
public int totalTreasuresNeeded = 3; // Mục tiêu tối đa (3 rương = 3 sao)
}