mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-07 03:18:37 +00:00
Whiteboard: use transparent arrows.
This commit is contained in:
parent
bbf16a6185
commit
633eae1fc7
@ -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_);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user