postits are now returned to the panel if the group doesn't match
This commit is contained in:
parent
956f2ea3bd
commit
72efb61d28
|
|
@ -209,6 +209,9 @@ func attach_postit_to_card(postit: Area2D, card: Area2D, update_dict = false):
|
|||
if not fluff.has_postit_attached():
|
||||
return
|
||||
emit_signal("board_completed")
|
||||
|
||||
elif active_context == ui_context.ASSIGN_POST_IT:
|
||||
_return_postit_to_panels(postit)
|
||||
|
||||
# Mark area that was hovered over as currently selected
|
||||
func handle_hover(to_handle: Area2D):
|
||||
|
|
|
|||
Loading…
Reference in New Issue