1
Fork 0
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:
Steffo 2023-10-06 00:11:08 +02:00
parent ee010a797a
commit bf10494b4a
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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].