Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 7, 2007, 2:52:30 AM (19 years ago)
Author:
wenners
Message:

some paths changed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/data_fix/src/world_entities/particles/sprite_particles.cc

    r10114 r10186  
    3030
    3131SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture)
    32     ->defaultValues("maps/evil-flower.png");
     32    ->defaultValues("textures/evil-flower.png");
    3333
    3434
     
    6969  this->registerObject(this, SpriteParticles::_objectList);
    7070
    71   this->material.setDiffuseMap("maps/radial-trans-noise.png");
     71  this->material.setDiffuseMap("textures/radial-trans-noise.png");
    7272}
    7373
Note: See TracChangeset for help on using the changeset viewer.