pub fn siblings(x: u32, y: u32, z: u8) -> Vec<Tile>
Return the siblings of a tile given x, y, z
Siblings are tiles that share the same parent, NOT neighbors.