summaryrefslogtreecommitdiff
path: root/scripts/world.gd
diff options
context:
space:
mode:
authorJ08nY2017-04-22 20:46:58 +0200
committerJ08nY2017-04-22 20:46:58 +0200
commitdd857ee3bb9fb07c260f51ab4669944d48324eea (patch)
tree153f567aae08bdee00ff5e09ec429412b47aa7df /scripts/world.gd
parent3ed5257c222f34b591b744ef6418b5c1165be25f (diff)
downloadld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.gz
ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.tar.zst
ld38-dd857ee3bb9fb07c260f51ab4669944d48324eea.zip
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