Thread: Release #2!
View Single Post
Re: Release #2!
Old
  (#71)
Huntkillaz
Member
 
Huntkillaz's Avatar
 
Status: Offline
Posts: 594
Join Date: Mar 2004
Location: Middle Earth (New Zealand)
Default Re: Release #2! - 08-06-2004

Quote:
Originally Posted by Huntkillaz
??? okay....i thought colours was RGB so i used ms paint to get the colour ??? ???

also make the normal green a bit darker
no ladder and goal WERE the same ....(pink according to ms paint) pruple is

purple: if (paths[i]->flags & W_FL_GOAL)
WaypointDrawBeam (start, end, 30, 128, 0, 255);

Pink: else if (paths[i]->flags & W_FL_LADDER)
WaypointDrawBeam (start, end, 30, 255, 0, 255);

old green :WaypointDrawBeam (start, end, 30, 0, 255, 0);
darker green :WaypointDrawBeam (start, end, 30, 0, 225, 0);

orange for campsbeams WaypointDrawBeam (start, end, 30, 255, 128 0);


ps: something's wrong with file base...it goes to initalising filebase then stops..could u load it here instead


●_•

Last edited by Huntkillaz; 08-06-2004 at 23:55..
  
Reply With Quote