summaryrefslogtreecommitdiff
path: root/scripts/world.gd
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/world.gd')
-rw-r--r--scripts/world.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/world.gd b/scripts/world.gd
index 572a658..89df926 100644
--- a/scripts/world.gd
+++ b/scripts/world.gd
@@ -42,4 +42,4 @@ func _make_ball(size, center):
func _on_click():
var cam = get_tree().get_root().get_camera()
- cam.select(self) \ No newline at end of file
+ cam.select(self, get_node("point")) \ No newline at end of file