const WalktroughCharacter: FC<WalktroughCharacterProps> = ({
  color,
  ...props
}) => {
  const main = Colors[color]