Skip to content

Commit

Permalink
Fix missing signal connection (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
RevoluPowered authored May 3, 2024
1 parent dab86f4 commit 6f1c0c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mirror-godot-app/creator/context_menu/context_menu.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ unique_name_in_owner = true
visible = false
top_level = true

[connection signal="teleport_local_player_near_point" from="VBoxContainer/OptionsContainer/SpaceObjectOptions" to="." method="_on_teleport_local_player_near_point"]
[connection signal="teleport_local_player_near_point" from="VBoxContainer/OptionsContainer/PlayerOptions" to="." method="_on_teleport_local_player_near_point"]

0 comments on commit 6f1c0c2

Please sign in to comment.