Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 28, 2007, 1:37:55 AM (17 years ago)
Author:
stefalie
Message:

blink: more clean up + positioning works now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/blink/src/world_entities/effects/blink.cc

    r10427 r10429  
    6767  this->bBoard->setVisibiliy(true);
    6868  this->bBoard->setTexture("maps/star_alpha.png");
    69   this->bBoard->setAbsCoor(this->position.x, this->position.y, this->position.z);
     69  this->bBoard->setAbsCoor(0, 0, 0);
    7070
    7171
    7272  /// Standard values
    73   this->setAbsCoor(0, 0, 0); 
    74   this->position = Vector(0, 0, 0); ///remove
     73  this->setAbsCoor(0, 0, 0);
     74  // red if not defined in xml
    7575  this->color = Color(1, 0, 0);
     76  // 10x10 pxl if not defined in xml
    7677  this->size = 10;
    7778  this->omega = 10;
Note: See TracChangeset for help on using the changeset viewer.