export enum SortingLayer {
  BACKGROUND = 0,
  DOOR = 1,
  NORMAL = 2,
}
