Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9584


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

Second Formation in Maxim-Level

Location:
code/branches/formationupdate
Files:
2 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>
  • code/branches/formationupdate/src/orxonox/worldentities/pawns/Pawn.cc

    r9583 r9584  
    311311    {
    312312        /* TEST TEST This is used to find out if the current pawn is also
    313          * the master of the formulation.
     313         * the master of the formation.
    314314         *
    315315         * NOTE: This does not yet check if the current pawn is actually
Note: See TracChangeset for help on using the changeset viewer.