Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10317 in orxonox.OLD for trunk/src/world_entities/weapons


Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (17 years ago)
Author:
patrick
Message:

merged branche data-fix back to trunk. this breaks compatibility with the old data/trunk data repository! be sure to update your data trunk

Location:
trunk/src/world_entities/weapons
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/weapons/aim.cc

    r9869 r10317  
    4343    this->loadParams(root);
    4444  else
    45     this->setTexture("maps/aim.png");
     45    this->setTexture("textures/aim.png");
    4646}
    4747
  • trunk/src/world_entities/weapons/crosshair.cc

    r9869 r10317  
    3737    this->loadParams(root);
    3838  else
    39     this->setTexture("maps/aim.png");
     39    this->setTexture("textures/aim.png");
    4040}
    4141
  • trunk/src/world_entities/weapons/fps_sniper_rifle.cc

    r10114 r10317  
    8484  this->material->setIllum(3);
    8585  this->material->setAmbient(1.0, 1.0, 1.0);
    86   this->material->setDiffuseMap("maps/rifle01tex.jpg");
     86  this->material->setDiffuseMap("textures/rifle01tex.jpg");
    8787
    8888  this->setStateDuration(WS_SHOOTING, .1);
     
    9595  //this->minCharge = 2;
    9696
    97   this->setActionSound(WA_SHOOT, "sound/laser.wav");
    98   this->setActionSound(WA_ACTIVATE, "sound/voices/lasers.wav");
     97  this->setActionSound(WA_SHOOT, "sounds/laser.wav");
     98  this->setActionSound(WA_ACTIVATE, "sounds/voices/lasers.wav");
    9999
    100100
Note: See TracChangeset for help on using the changeset viewer.