Merge remote-tracking branch 'origin/master'

This commit is contained in:
Logan 2020-07-24 00:33:38 -05:00
commit 1fa3ca45ab
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