small racing game im working on
Diffstat (limited to 'scenes/ring_checkpoint.gd')
| -rw-r--r-- | scenes/ring_checkpoint.gd | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scenes/ring_checkpoint.gd b/scenes/ring_checkpoint.gd deleted file mode 100644 index 7f67fc9..0000000 --- a/scenes/ring_checkpoint.gd +++ /dev/null @@ -1,5 +0,0 @@ -extends CheckPoint - -func _ready() -> void: - if not needs_collision: - $Ring/Collision.queue_free()
\ No newline at end of file |