aboutsummaryrefslogtreecommitdiffstats
path: root/Bullet.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Bullet.gd')
-rw-r--r--Bullet.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/Bullet.gd b/Bullet.gd
index b3f0b6a..a2941c6 100644
--- a/Bullet.gd
+++ b/Bullet.gd
@@ -26,6 +26,3 @@ func _physics_process(delta):
queue_free()
if position.x > screen_size.x or position.x < 0 or position.y > screen_size.y or position.y < 0:
queue_free()
-
-
-