This commit is contained in:
Diego 2020-07-24 00:34:01 -05:00
parent b738fd2d9f
commit 644519b4bd
2 changed files with 29 additions and 2 deletions

View file

@ -167,7 +167,7 @@ percent_visible = 0.0
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="body_entered" from="Leap" to="AnimationPlayer" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="AnimationPlayer2" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="Timer" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="AnimationPlayer2" method="_on_Leap_body_entered"]
[connection signal="body_entered" from="Leap" to="AnimationPlayer" method="_on_Leap_body_entered"]
[connection signal="timeout" from="Timer" to="Timer" method="_on_Timer_timeout"]

File diff suppressed because one or more lines are too long