Whiteboard: use transparent arrows.

This commit is contained in:
Gabriel Morin 2010-06-12 06:04:14 +00:00
parent bbf16a6185
commit 633eae1fc7

View File

@ -59,6 +59,7 @@ void manager::set_route(const std::vector<map_location> &steps)
display *screen = (display*) resources::screen;
move_arrow_ = new arrow(screen);
move_arrow_->set_color("white");
move_arrow_->set_alpha(0.5);
screen->add_arrow(*move_arrow_);
}