more fixes to machete but not working yet
This commit is contained in:
@@ -35,6 +35,7 @@ func _process(delta):
|
||||
|
||||
func _on_timer_timeout():
|
||||
collision_shape.disabled = true
|
||||
gravity_scale = .1
|
||||
await get_tree().create_timer(1).timeout
|
||||
queue_free()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user