From bf10494b4ac1d6a35351beef0a4ff4dec11458b3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 6 Oct 2023 00:11:08 +0200 Subject: [PATCH] Re-add `update_can_place` --- interface/ghost.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/ghost.gd b/interface/ghost.gd index ce08d20..8811080 100644 --- a/interface/ghost.gd +++ b/interface/ghost.gd @@ -146,6 +146,8 @@ func _input(event: InputEvent): func _physics_process(_delta: float): # Handle quantized rotation rotation_degrees += get_rotation_quantized_degrees() + # Update collision + update_can_place() ## Update the value of [can_place].