Changeset 7510 in orxonox.OLD for branches/bsp_model/src/world_entities/weapons
- Timestamp:
- May 3, 2006, 2:37:13 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/world_entities/weapons/crosshair.cc
r7221 r7510 79 79 EventListener::loadParams(root); 80 80 81 LoadParam(root, "texture", this ->material, Material, setDiffuseMap)81 LoadParam(root, "texture", this, Crosshair, setTexture) 82 82 .describe("the texture-file to load onto the Crosshair"); 83 83
Note: See TracChangeset
for help on using the changeset viewer.