share/hedgewars/Data/Scripts/TechMaps.lua
changeset 10963 e061da85f32d
parent 10962 91d256bbd840
child 10967 1434cec96ca3
equal deleted inserted replaced
10962:91d256bbd840 10963:e061da85f32d
    76         AddPoint(x*100,100,5)
    76         AddPoint(x*100,100,5)
    77     end
    77     end
    78 	if mapID == 4 then
    78 	if mapID == 4 then
    79 	---nice rope and airmines landflag testmap
    79 	---nice rope and airmines landflag testmap
    80     -- it'd be nice if these coordinates were stored somewhere generic so they didn't have to be edited twice. Some map array or something
    80     -- it'd be nice if these coordinates were stored somewhere generic so they didn't have to be edited twice. Some map array or something
    81 	PreviewWayPoint(337, 533)
    81     PreviewWayPoint(337, 533)
    82 	PreviewWayPoint(1069, 1367)
    82     PreviewWayPoint(1069, 1367)
    83 	PreviewWayPoint(884, 729)
    83     PreviewWayPoint(884, 729)
    84 	PreviewWayPoint(1682, 464)
    84     PreviewWayPoint(1682, 464)
    85 	PreviewWayPoint(2773, 505)
    85     PreviewWayPoint(2773, 505)
    86 	PreviewWayPoint(3512, 929)
    86     PreviewWayPoint(3512, 929)
    87 	PreviewWayPoint(4002, 106)
    87     PreviewWayPoint(4002, 106)
    88 	PreviewWayPoint(3964, 1520)
    88     PreviewWayPoint(3964, 1520)
    89 	PreviewWayPoint(2592, 1334)
    89     PreviewWayPoint(2592, 1334)
    90 	PreviewGirder(194, 388, 7)
    90 	PreviewGirder(194, 388, 7)
    91 	PreviewGirder(338, 334, 4)
    91 	PreviewGirder(338, 334, 4)
    92 	PreviewGirder(484, 390, 5)
    92 	PreviewGirder(484, 390, 5)
    93 	PreviewGirder(139, 543, 6)
    93 	PreviewGirder(139, 543, 6)
    94 	PreviewGirder(544, 540, 6)
    94 	PreviewGirder(544, 540, 6)