destroy wall

This commit is contained in:
2023-03-09 14:07:44 +01:00
parent 07697c1d20
commit 75f08b031f
10 changed files with 451 additions and 106 deletions

View File

@@ -42,11 +42,11 @@ public class GroundController : MonoBehaviour
}
//ellenorzi hogy torolheto e az object
foreach (var item in ground){
/*foreach (var item in ground){
if(CheckGroundToDestroy(item)){
Destroy(item);
}
}
}*/
//cs.SpawnCoin();
}