aboutsummaryrefslogtreecommitdiffstats
path: root/Bullet.gd
diff options
context:
space:
mode:
authorfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-30 10:59:34 +0000
committerfreddie-a <57713959+freddie-a@users.noreply.github.com>2022-10-30 10:59:34 +0000
commit052fe9c0786d13252a53cb984f125273dac5a598 (patch)
tree4183fc32869b2603dc56813568a3ef6a9eb097c1 /Bullet.gd
parentbb87759291786cba9378334ed88218e3bb155dbd (diff)
Further code cleanup
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()
-
-
-