Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 26, 2013, 4:02:36 PM (11 years ago)
Author:
maxima
Message:

Second Formation in Maxim-Level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/formationupdate/data/levels/maxim.oxw

    r9582 r9584  
    7373                </templates>
    7474                <controller>
     75                    <AIController team=0/>
     76                </controller>
     77            </SpaceShip>
     78        <?lua end ?>
     79       
     80       
     81        <!-- ADDING ENEMY FORMATION: 5 Swallows -->
     82        <!--
     83        <?lua for i=0,4,1 do
     84        ?>
     85            <SpaceShip position="<?lua print(5000+i*200) ?>,-200,1000" lookat="-1300,-600,900" visible="true">
     86                <templates>
     87                    <Template link=spaceshipswallow />
     88                </templates>
     89                <controller>
    7590                    <AIController team=1/>
    7691                </controller>
    7792            </SpaceShip>
    7893        <?lua end ?>
    79 
    80 
     94        -->
    8195  </Scene>
    8296</Level>
Note: See TracChangeset for help on using the changeset viewer.