added a button :D

This commit is contained in:
pennyrigate 2023-03-03 00:01:02 -05:00
parent 215d930022
commit 34b447cff1
5 changed files with 64 additions and 1 deletions

View file

@ -21,3 +21,6 @@ func _physics_process(delta):
active = true
collision_shape.disabled = false
particles.emitting = true
func switch_action():
queue_free()