Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 24, 2007, 1:30:29 AM (19 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/particles/sprite_particles.cc

    r10114 r10317  
    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.