Changeset 5622 in orxonox.OLD for branches/world_entities/src/lib/particles/particle_system.cc
- Timestamp:
- Nov 17, 2005, 1:20:48 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/particles/particle_system.cc
r5511 r5622 32 32 #include "tinyxml.h" 33 33 34 CREATE_FACTORY(ParticleSystem );34 CREATE_FACTORY(ParticleSystem, CL_PARTICLE_SYSTEM); 35 35 SHELL_COMMAND(texture, ParticleSystem, setMaterialTexture) 36 36 ->defaultValues(1, "maps/evil-flower.png");
Note: See TracChangeset
for help on using the changeset viewer.