hedgewars/uLandTemplates.pas
changeset 710 760e34b8b4e4
parent 561 19d2d422ff84
child 711 8ff62133ac48
equal deleted inserted replaced
709:893843edb621 710:760e34b8b4e4
   189        (x: 1494; y:  364; w:   56; h:  582),
   189        (x: 1494; y:  364; w:   56; h:  582),
   190        (x: 1620; y:  774; w:   94; h:  232),
   190        (x: 1620; y:  774; w:   94; h:  232),
   191        (x: 1612; y: 1024; w:    1; h:    1),
   191        (x: 1612; y: 1024; w:    1; h:    1),
   192        (x: NTPX; y:    0; w:    1; h:    1)
   192        (x: NTPX; y:    0; w:    1; h:    1)
   193        );
   193        );
   194 
       
   195       Template5FPoints: array[0..0] of TPoint =
   194       Template5FPoints: array[0..0] of TPoint =
   196       (
   195       (
   197        (x: 1023; y:    0)
   196        (x: 1023; y:    0)
   198       );
   197       );
   199 
   198 
   340       Template11FPoints: array[0..0] of TPoint =
   339       Template11FPoints: array[0..0] of TPoint =
   341       (
   340       (
   342        (x: 1023; y:    0)
   341        (x: 1023; y:    0)
   343       );
   342       );
   344 
   343 
   345 const EdgeTemplates: array[0..11] of TEdgeTemplate =
   344 const Template12Points: array[0..13] of TSDL_Rect =
       
   345       (
       
   346        (x:  360; y: 1024; w:    2; h:    2),
       
   347        (x:  242; y:  630; w:   46; h:  286),
       
   348        (x:  454; y:  672; w:  194; h:   56),
       
   349        (x:  254; y:  334; w:  534; h:  200),
       
   350        (x:  870; y:  276; w:   58; h:  468),
       
   351        (x: 1076; y:  272; w:  198; h:  112),
       
   352        (x: 1000; y: 1024; w:   64; h:    2),
       
   353        (x: NTPX; y:    0; w:    1; h:    1),
       
   354        (x: 1244; y: 1024; w:   64; h:    2),
       
   355        (x: 1356; y:  494; w:  184; h:   94),
       
   356        (x: 1600; y:  414; w:   76; h:  358),
       
   357        (x: 1748; y:  584; w:  108; h:  304),
       
   358        (x: 1688; y: 1024; w:  176; h:    1),
       
   359        (x: NTPX; y:    0; w:    1; h:    1)
       
   360       );
       
   361       Template12FPoints: array[0..0] of TPoint =
       
   362       (
       
   363        (x: 1023; y:    0)
       
   364       );
       
   365 
       
   366 const EdgeTemplates: array[0..12] of TEdgeTemplate =
   346       (
   367       (
   347        (BasePoints: @Template0Points;
   368        (BasePoints: @Template0Points;
   348         BasePointsCount: Succ(High(Template0Points));
   369         BasePointsCount: Succ(High(Template0Points));
   349         FillPoints: @Template0FPoints;
   370         FillPoints: @Template0FPoints;
   350         FillPointsCount: Succ(High(Template0FPoints));
   371         FillPointsCount: Succ(High(Template0FPoints));
   437         FillPoints: @Template11FPoints;
   458         FillPoints: @Template11FPoints;
   438         FillPointsCount: Succ(High(Template11FPoints));
   459         FillPointsCount: Succ(High(Template11FPoints));
   439         BezierizeCount: 1;
   460         BezierizeCount: 1;
   440         RandPassesCount: 8;
   461         RandPassesCount: 8;
   441         canMirror: true; canFlip: false;
   462         canMirror: true; canFlip: false;
       
   463        ),
       
   464        (BasePoints: @Template12Points;
       
   465         BasePointsCount: Succ(High(Template12Points));
       
   466         FillPoints: @Template12FPoints;
       
   467         FillPointsCount: Succ(High(Template12FPoints));
       
   468         BezierizeCount: 3;
       
   469         RandPassesCount: 8;
       
   470         canMirror: false; canFlip: false;
   442        )
   471        )
   443       );
   472       );
   444 
   473 
   445 
   474 
   446 
   475