Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 27, 2007, 11:38:50 PM (17 years ago)
Author:
patrick
Message:

maps ⇒ textures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/projectiles/swarm_projectile.cc

    r10415 r10420  
    6161  this->trail = new Trail(2.5,4,.2, this);
    6262  //this->trail->setParent( this);
    63   this->trail->setTexture( "maps/laser.png");
     63  this->trail->setTexture( "textures/laser.png");
    6464
    6565
     
    9696    SwarmProjectile::explosionParticles = new SpriteParticles(200);
    9797    SwarmProjectile::explosionParticles->setName("SwarmProjectileExplosionParticles");
    98     SwarmProjectile::explosionParticles->setMaterialTexture("maps/radial-trans-noise.png");
     98    SwarmProjectile::explosionParticles->setMaterialTexture("textures/radial-trans-noise.png");
    9999    SwarmProjectile::explosionParticles->setLifeSpan(.5, .3);
    100100    SwarmProjectile::explosionParticles->setRadius(0.0, 10);
Note: See TracChangeset for help on using the changeset viewer.