diff options
| author | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-30 10:59:34 +0000 |
|---|---|---|
| committer | freddie-a <57713959+freddie-a@users.noreply.github.com> | 2022-10-30 10:59:34 +0000 |
| commit | 052fe9c0786d13252a53cb984f125273dac5a598 (patch) | |
| tree | 4183fc32869b2603dc56813568a3ef6a9eb097c1 /Bullet.gd | |
| parent | bb87759291786cba9378334ed88218e3bb155dbd (diff) | |
Further code cleanup
Diffstat (limited to 'Bullet.gd')
| -rw-r--r-- | Bullet.gd | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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() - - - |
