Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 26, 2015, 5:44:31 PM (9 years ago)
Author:
gania
Message:

Restructured

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/AI_HS15/data/levels/AITest.oxw

    r10679 r10709  
    3333    <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/>
    3434    <SpawnPoint team=0 position="-2000,-1000,3000" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    35    
     35    <!-->
     36
    3637    <?lua
    3738      for i = 0, 5, 1 do
    3839    ?>
     40
    3941    <StaticEntity position="0,-10000,0" direction="0,-1,0" >
    4042     <controller>
     
    5961    </SpaceShip>
    6062    <?lua end ?>
    61 
     63  </!-->
     64   
     65    <SpaceShip position = "-1000, -1000, -1000">
     66      <templates>
     67        <Template link=spaceshipassff />
     68      </templates>
     69      <controller>
     70        <FleetController accuracy=10 team=1 >
     71        </FleetController>
     72      </controller>
     73    </SpaceShip>
     74   
     75    <SpaceShip position="1000, 1000, -1500 ?>" lookat="0,0,0">
     76      <templates>
     77        <Template link=spaceshipassff />
     78      </templates>
     79      <controller>
     80        <WingmanController team=1>
     81        </WingmanController>
     82      </controller>
     83    </SpaceShip>
     84    <SpaceShip position="1000, 1000, -1900 ?>" lookat="0,0,0">
     85      <templates>
     86        <Template link=spaceshipassff />
     87      </templates>
     88      <controller>
     89        <WingmanController team=1>
     90        </WingmanController>
     91      </controller>
     92    </SpaceShip>
     93    <!-->
    6294    <?lua
    6395      for i = 0, 5, 1 do
     
    73105    </SpaceShip>
    74106    <?lua end ?>
    75 
     107    </!-->
    76108
    77109  </Scene>
Note: See TracChangeset for help on using the changeset viewer.