minigame hole dokončeno
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user