From 052fe9c0786d13252a53cb984f125273dac5a598 Mon Sep 17 00:00:00 2001 From: freddie-a <57713959+freddie-a@users.noreply.github.com> Date: Sun, 30 Oct 2022 10:59:34 +0000 Subject: Further code cleanup --- Bullet.gd | 3 --- 1 file changed, 3 deletions(-) (limited to 'Bullet.gd') 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() - - - -- cgit v1.2.3-70-g09d2