Rename Sand/Glass to Wood/Planks

This commit is contained in:
2024-08-19 01:59:02 +02:00
parent c77eb3cdb5
commit 4b01db375e
5 changed files with 19 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ public class Tutorial : MonoBehaviour
{
if (gameManager.GetResourceCount(Resource.BRICK) >= houseManager.cost[0] &&
gameManager.GetResourceCount(Resource.TILE) >= houseManager.cost[1] &&
gameManager.GetResourceCount(Resource.GLASS) >= houseManager.cost[2])
gameManager.GetResourceCount(Resource.PLANKS) >= houseManager.cost[2])
{
tutorialElements[(int)Tutorials.HouseBuilding].worldObject.SetActive(true);