gdquest-demos / godot-2d-space-game

A 2D space exploration and mining game made with Godot and our AI framework
MIT License
837 stars 109 forks source link

Fix Error: "Signal 'force_undock' is already connected" #61

Closed Hansel-Dsilva closed 4 years ago

Hansel-Dsilva commented 4 years ago

Fix to Issue #59 : Added a condition to ensure that the signal isn't already connected

Please check if the PR fulfills these requirements:

Related issue (if applicable): #59

NathanLovato commented 4 years ago

Thank you!