Changeset 6233 in orxonox.OLD for branches/powerups/src/world_entities/power_ups
- Timestamp:
- Dec 21, 2005, 3:09:37 PM (19 years ago)
- Location:
- branches/powerups/src/world_entities/power_ups
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/powerups/src/world_entities/power_ups/param_power_up.cc
r6222 r6233 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h" 21 22 22 23 #include "primitive_model.h" -
branches/powerups/src/world_entities/power_ups/power_up.cc
r6150 r6233 33 33 this->sphereMaterial->setTransparency(.1); 34 34 this->sphereMaterial->setDiffuse(r, g, b); 35 36 35 this->toList(OM_COMMON); 37 36 } -
branches/powerups/src/world_entities/power_ups/weapon_power_up.cc
r6222 r6233 19 19 #include "factory.h" 20 20 #include "state.h" 21 #include "list.h" 21 22 22 23 #include "primitive_model.h"
Note: See TracChangeset
for help on using the changeset viewer.