clock gui and command block fix

This commit is contained in:
Tabby 2025-05-25 14:31:14 +10:00
parent 864f62d5b4
commit a9be913adb
11 changed files with 121 additions and 5 deletions

View file

@ -127,7 +127,7 @@ func _input(event):
func drop():
if has_object:
held_object.reparent(get_tree().get_root())
held_object.reparent(get_parent())
held_object.freeze = false
held_object.collider.disabled = false
has_object = false