Add Table handles Sides

This commit is contained in:
JonShard
2026-07-31 14:03:53 +02:00
parent 3d616bf4a5
commit 48c9845624
15 changed files with 528 additions and 79 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ func _on_object_picked_up(_item) -> void:
is_washing = plate.is_dirty
func _on_object_dropped() -> void:
func _on_object_dropped(_item) -> void:
print("Sink: object drop ")
_reset_sink()