Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10173 in orxonox.OLD


Ignore:
Timestamp:
Jan 3, 2007, 4:56:20 PM (17 years ago)
Author:
nicolasc
Message:

bump2

Location:
branches/playability/src/world_entities
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/playability/src/world_entities/projectiles/spike.cc

    r10170 r10173  
    5757  this->angle = 0;
    5858  this->rotationSpeed = 130;
    59 
     59/*
    6060  this->halo = new Billboard();
    6161  this->halo->setSize(.35, .35);
    62   this->halo->setTexture("hbolt_halo.png");
     62  this->halo->setTexture("hbolt_halo.png");*/
    6363}
    6464
     
    171171  this->getModel()->draw();
    172172
    173   this->halo->draw();
     173//   this->halo->draw();
    174174
    175175  glPopMatrix();
  • branches/playability/src/world_entities/projectiles/spike.h

    r10170 r10173  
    4545    float                             rotationSpeed;
    4646
    47     Billboard*                        halo;
     47//     Billboard*                        halo;
    4848
    4949    WorldEntity* hitEntity; // FIXME TEMPORARY
  • branches/playability/src/world_entities/space_ships/space_ship.cc

    r10170 r10173  
    171171  //wpLeft3->setParent( this);
    172172
    173   Weapon* cannon = new SpikeLauncher();
    174   cannon->setName( "SpikeLauncher");
     173  Weapon* cannon = new SwarmLauncher();
     174  cannon->setName( "SwarmLauncher");
    175175  //cannon->setParent( this);
    176176
Note: See TracChangeset for help on using the changeset viewer.