The slice autosort setting causes the children of the slice to be automatically sorted everytime it's drawn. This is used for example by the walkabout layer to draw NPCs/heroes in the right order (if the map is set to "Layering: Heroes and NPCs Together"). If two slices have equal sort value, they remain in their original order relative to each other. None: no autosorting happens. By Custom Order: means that the slices are sorted by their Sort Order value. Low values get sorted to the bottom (become the first children), high values to the top (the last children). By Y: children are sorted by their raw Y value, ignoring anchor and align points. By Custom Then Y: sort primarily by Sort Order, breaking ties with equal sort order by each child's raw Y. So all sort order = 1 children draw above all sort order = 0 ones. By top edge/center Y/bottom edge: children are sorted by their screen positions, so that ones at the top of the screen are drawn first. This is useful for objects on a map. If the objects are standing up on a flat surface, use "By bottom edge". Alternatively, just sort by raw Y and ensure everything is anchored to its bottom edge (walkabouts are sorted that way.)