text fixes + dragging fixes
This commit is contained in:
@@ -152,6 +152,7 @@ size_flags_vertical = 4
|
||||
[node name="ObjectiveContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer" unique_id=946367772]
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
mouse_behavior_recursive = 1
|
||||
theme_override_constants/margin_left = 0
|
||||
theme_override_constants/margin_top = 0
|
||||
theme_override_constants/margin_right = 0
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user