Changeset 10470 in orxonox.OLD for branches/blink/src/world_entities/effects/blink.cc
- Timestamp:
- Jan 29, 2007, 12:41:03 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/blink/src/world_entities/effects/blink.cc
r10445 r10470 91 91 WorldEntity::loadParams(root); 92 92 93 LoadParam(root, "position", this, Blink, setPosition);93 LoadParam(root, "position", this, Blink, PNode::setAbsCoor); 94 94 LoadParam(root, "size", this, Blink, setSize); 95 95 LoadParam(root, "color", this, Blink, setColor); … … 105 105 void Blink::tick(float dt) 106 106 { 107 this->bBoard->setAbsCoor(this->getAbsCoor()); 108 107 109 timer += dt; 108 110 … … 118 120 119 121 this->bBoard->colorTexture(Color(color.r(), color.g(), color.b(), this->blinkStr)); 122 123 PRINTF(0)("hithere\n\n\n\n\n\n"); 120 124 } 121 125
Note: See TracChangeset
for help on using the changeset viewer.