- Timestamp:
- Jan 30, 2007, 6:10:00 PM (18 years ago)
- Location:
- trunk/src/world_entities/particles
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/particles/model_particles.cc
r10317 r10510 30 30 CREATE_FACTORY(ModelParticles); 31 31 32 SHELL_COMMAND(texture, ModelParticles, setMaterialTexture) 33 ->defaultValues("textures/evil-flower.png");32 SHELL_COMMAND(texture, ModelParticles, setMaterialTexture); 33 //->defaultValues("textures/evil-flower.png"); 34 34 35 35 -
trunk/src/world_entities/particles/sprite_particles.cc
r10317 r10510 29 29 CREATE_FACTORY(SpriteParticles); 30 30 31 SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture) 32 ->defaultValues("textures/evil-flower.png");31 SHELL_COMMAND(texture, SpriteParticles, setMaterialTexture); 32 // ->defaultValues("textures/evil-flower.png"); 33 33 34 34
Note: See TracChangeset
for help on using the changeset viewer.