minigame hole dokončeno

This commit is contained in:
2026-04-26 14:41:06 +02:00
parent abbe4842fe
commit a9ea88c125
16 changed files with 41 additions and 3054 deletions

View File

@@ -9,7 +9,7 @@ public class LevelManager : MonoBehaviour, ITask
[Header("Nastavení levelu")]
[Tooltip("Kolik itemů musí hráč trefit pro splnění levelu")]
public int itemsToScore = 3;
public int itemsToScore = 2;
[Header("Event vyvolá se po trefení všech itemů")]
public UnityEvent OnAllItemsScored;