final is here
This commit is contained in:
@@ -18,8 +18,3 @@ func _process(delta: float) -> void:
|
||||
time += delta
|
||||
if time >= 2:
|
||||
self.queue_free()
|
||||
|
||||
|
||||
func _on_body_entered(body: Node) -> void:
|
||||
if body is Shoot:
|
||||
self.queue_free()
|
||||
|
||||
Reference in New Issue
Block a user