Skip to content
This repository was archived by the owner on Aug 9, 2024. It is now read-only.

Commit da883a8

Browse files
committed
Laser's dont collide anymore
1 parent 47f2edc commit da883a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Assets/Scripts/Laser.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ void OnCollisionEnter2D(Collision2D collision) {
4141
}
4242

4343
if (collision.gameObject.CompareTag("LaserShot")) {
44-
laserPool.AddGameObject(this.gameObject);
44+
//laserPool.AddGameObject(this.gameObject);
4545
//For any other object that isn't a wall,
4646
//we destroy the object since everything in this game
4747
//is 1 a hit kill

0 commit comments

Comments
 (0)