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