Add a per distance detonation sequence for bombs

This commit is contained in:
2025-12-16 19:16:18 +08:00
parent 5f0af52710
commit 7224da5fce
2 changed files with 31 additions and 26 deletions

View File

@@ -29,7 +29,6 @@ namespace Services {
if (this.gemTypeToPools[type].Count > 0) {
gemView = this.gemTypeToPools[type].Pop();
gemView.transform.localPosition = vector2Position;
return gemView;
}