Added pooping targets and backgroudn decorations to minigames.

This commit is contained in:
2025-12-19 08:14:12 +01:00
parent fb5277ece8
commit 5cb0a05103
15 changed files with 1877 additions and 67 deletions

View File

@@ -110,7 +110,7 @@ namespace Minigames.BirdPooper
Debug.Log($"[Target] Hit by projectile at position {transform.position}");
// Destroy after brief delay for visual feedback
Destroy(gameObject, 0.2f);
Destroy(gameObject, 1f);
}
}
}