chore: storing version and changelog

This commit is contained in:
balloonpopper
2022-11-28 07:17:47 +00:00
parent fcfd6965b6
commit 62f48621a4
4 changed files with 17 additions and 8 deletions

View File

@@ -326,7 +326,7 @@ func _on_input_event(_viewport: Object, event: InputEvent, _shape_idx: int):
if c.collider.get("global_id") \
and escoria.action_manager.is_object_actionable(c.collider.global_id):
colliding_nodes.push_back(c.collider)
if colliding_nodes.empty():
return
colliding_nodes.sort_custom(HoverStackSorter, "sort_ascending_z_index")