Added pooping targets and backgroudn decorations to minigames.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user