text fixes + dragging fixes

This commit is contained in:
Altaezio
2026-07-29 17:26:42 +02:00
parent 1a7fb2f421
commit 04ff9de78a
6 changed files with 15 additions and 13 deletions
+2 -1
View File
@@ -348,5 +348,6 @@ func stop_dragging():
inspect(inspected_inventory_slot)
AudioManager.play_sfx("PickUp")
else: # over the ground -> just leave the dragged item where it is
stop_inspect(inspected)
all_inspected.clear()
inspect(inspected)
started_dragging_from_slot = null