Changeset 10699
- Timestamp:
- Oct 26, 2015, 1:58:52 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/campaignHS15/data/levels/Campaign1.oxw
r10696 r10699 414 414 415 415 <!-- Transporter, starting Point is near A, end Point near B, the circle parameters for the waypoints are: Center = (0, -887, 0), r = 2613 --> 416 <SpaceShip position=" 2450, -1667,0" lookat="-2494, -1667, 0" team=1 name="transporter" radarname="Shuttle">416 <SpaceShip position="5000,-3000,0" lookat="-2494, -1667, 0" team=1 name="transporter" radarname="Shuttle"> 417 417 <templates> 418 418 <Template link="spaceshipTransporter" /> … … 429 429 for i = 1, max, 1 430 430 do 431 x = math.cos(math.pi*(i+1)/8)* 2613432 y = -math.sin(math.pi*(i+1)/8)* 2613-887431 x = math.cos(math.pi*(i+1)/8)*5000 432 y = -math.sin(math.pi*(i+1)/8)*700-3000 433 433 ?> 434 434 <Billboard position="<?lua print(x) ?>,<?lua print(y) ?>,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/> … … 436 436 437 437 <!-- Return Point --> 438 <Billboard position="- 2450, -1667, 0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>438 <Billboard position="-5000, -3000, 0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/> 439 439 440 440 <!-- B to A --> … … 443 443 for i = 1, max, 1 444 444 do 445 x = math.cos(math.pi*(max+2-i)/8)* 2613446 y = -math.sin(math.pi*(max+2-i)/8)* 2613-887445 x = math.cos(math.pi*(max+2-i)/8)*5000 446 y = -math.sin(math.pi*(max+2-i)/8)*700-3000 447 447 ?> 448 448 <Billboard position="<?lua print(x) ?>,<?lua print(y) ?>,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/> … … 450 450 451 451 <!-- Start Point --> 452 <Billboard position=" 2450,-1667,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/>452 <Billboard position="5000,-3000,0" amplitude=1 material="Flares/lensflare" colour="1,1,0.05"/> 453 453 </waypoints> 454 454 </WaypointController>
Note: See TracChangeset
for help on using the changeset viewer.