mirror of
https://github.com/Steffo99/swear-jar.git
synced 2024-11-24 08:34:19 +00:00
Re-add update_can_place
This commit is contained in:
parent
ee010a797a
commit
bf10494b4a
1 changed files with 2 additions and 0 deletions
|
@ -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].
|
||||
|
|
Loading…
Reference in a new issue