Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 27, 2006, 12:30:31 PM (18 years ago)
Author:
bensch
Message:

coloring works on server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/src/world_entities/space_ships/turbine_hover.cc

    r9500 r9502  
    236236void TurbineHover::setBoostColor(const Color& color)
    237237{
    238   printf("color:: "), color.debug();
    239238  this->burstSystem->setColor(0.0, color);
    240239  this->burstSystem->setColor(0.2, color * 0.6);
    241240  this->burstSystem->setColor(0.5, color * .3 + Color(0.5, 0.5, 0.8, 0.3));
    242241  this->burstSystem->setColor(1.0, 0.8, 0.8, 0.8, 0.0);
     242
     243  printf(":::::::::::::::::::::::\n");
     244  this->burstSystem->debug();
    243245}
    244246
Note: See TracChangeset for help on using the changeset viewer.