Changeset 10173 in orxonox.OLD for branches/playability/src/world_entities
- Timestamp:
- Jan 3, 2007, 4:56:20 PM (18 years ago)
- Location:
- branches/playability/src/world_entities
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/world_entities/projectiles/spike.cc
r10170 r10173 57 57 this->angle = 0; 58 58 this->rotationSpeed = 130; 59 59 /* 60 60 this->halo = new Billboard(); 61 61 this->halo->setSize(.35, .35); 62 this->halo->setTexture("hbolt_halo.png"); 62 this->halo->setTexture("hbolt_halo.png");*/ 63 63 } 64 64 … … 171 171 this->getModel()->draw(); 172 172 173 this->halo->draw();173 // this->halo->draw(); 174 174 175 175 glPopMatrix(); -
branches/playability/src/world_entities/projectiles/spike.h
r10170 r10173 45 45 float rotationSpeed; 46 46 47 Billboard* halo;47 // Billboard* halo; 48 48 49 49 WorldEntity* hitEntity; // FIXME TEMPORARY -
branches/playability/src/world_entities/space_ships/space_ship.cc
r10170 r10173 171 171 //wpLeft3->setParent( this); 172 172 173 Weapon* cannon = new S pikeLauncher();174 cannon->setName( "S pikeLauncher");173 Weapon* cannon = new SwarmLauncher(); 174 cannon->setName( "SwarmLauncher"); 175 175 //cannon->setParent( this); 176 176
Note: See TracChangeset
for help on using the changeset viewer.