Minigame click max 3 mal

Blob Target Collider angepasst
This commit is contained in:
2026-01-15 11:41:50 +01:00
parent b810ea1d9f
commit 3bd70f221e
2 changed files with 7 additions and 0 deletions
@@ -137,6 +137,9 @@ public partial class MinigameController : Node2D
public void Hit()
{
if (_hits == null) return;
if(_hits.Count >= _maxHitCount) return;
int i;
for (i = 0; i < _regions!.Count - 1; i++)