3 lines
127 B

  1. begin
  2. ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetX)+'/'+inttostr(round(intpower(2,GetZ-1))-GetY-1)+'.png';
  3. end.