diff options
Diffstat (limited to 'scripts/world.gd')
| -rw-r--r-- | scripts/world.gd | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/world.gd b/scripts/world.gd index 89df926..9117678 100644 --- a/scripts/world.gd +++ b/scripts/world.gd @@ -41,5 +41,7 @@ func _make_ball(size, center): line_y.append(null) func _on_click(): + print("click") var cam = get_tree().get_root().get_camera() - cam.select(self, get_node("point"))
\ No newline at end of file + cam.select(self, get_node("point")) + cam.reselect()
\ No newline at end of file |
