hedgewars/uLandTemplates.pas
changeset 359 59fbfc65fbda
parent 358 236bbd12d4d9
child 360 ab6a94334d6d
equal deleted inserted replaced
358:236bbd12d4d9 359:59fbfc65fbda
    29                      FillPoints: PPointArray;
    29                      FillPoints: PPointArray;
    30                      FillPointsCount: Longword;
    30                      FillPointsCount: Longword;
    31                      canMirror, canFlip: boolean;
    31                      canMirror, canFlip: boolean;
    32                      end;
    32                      end;
    33 
    33 
    34 const Template0Points: array[0..4] of TSDL_Rect =
    34 const Template0Points: array[0..17] of TSDL_Rect =
    35       (
    35       (
    36        (x:  400; y: 1100; w: 1; h: 1),
    36        (x:  410; y: 1024; w:    1; h:    1),
    37        (x:  250; y:  400; w: 200; h: 200),
    37        (x:  160; y:  760; w:  130; h:  170),
    38        (x:  923; y:  620; w: 200; h: 400),
    38        (x:  342; y:  706; w:  316; h:  150),
    39        (x: 1600; y:  400; w: 200; h: 200),
    39        (x:  238; y:  386; w:  270; h:  180),
    40        (x: 1450; y: 1100; w: 1; h: 1)
    40        (x:  246; y:  176; w:  242; h:  156),
       
    41        (x:  622; y:  128; w:  480; h:  300),
       
    42        (x:  806; y:  468; w:  152; h:  324),
       
    43        (x:  650; y: 1024; w:  500; h:    1),
       
    44        (x: 1250; y: 1100; w:    1; h:    1),
       
    45        (x: 1490; y: 1024; w:    1; h:    1),
       
    46        (x: 1452; y:  904; w:   74; h:   12),
       
    47        (x: 1248; y:  575; w:   68; h:  425),
       
    48        (x: 1426; y:  592; w:  140; h:  142),
       
    49        (x: 1310; y:  192; w:  150; h:  350),
       
    50        (x: 1588; y:  194; w:  148; h:  332),
       
    51        (x: 1618; y:  472; w:  276; h:  314),
       
    52        (x: 1710; y:  850; w:  130; h:   86),
       
    53        (x: 1734; y: 1024; w:    1; h:    1)
    41       );
    54       );
    42       Template0FPoints: array[0..0] of TPoint =
    55       Template0FPoints: array[0..0] of TPoint =
    43       (
    56       (
    44        (x: 1023; y:    0)
    57        (x: 1023; y:    0)
    45       );
    58       );