Gamejam Release

This commit is contained in:
2024-08-20 19:51:14 +02:00
parent 5b9766de50
commit a4660d6e4b
7 changed files with 387 additions and 42 deletions

View File

@@ -15,8 +15,7 @@ public class HouseManager : MonoBehaviour
[SerializeField]
private GameObject mouseNotificationLabel;
//House cost: Brick Tile Plank
// public int[] cost = new int[3] { 10, 5, 2 };
public int[] cost = new int[3] { 2, 1, 1 };
public int[] cost = new int[3] { 10, 5, 2 };
[SerializeField]
private Transform notificationOrigin;
[SerializeField]