예제 #1
0
파일: move.hpp 프로젝트: ehsan/wesnoth
	void set_arrow_brightness(ARROW_BRIGHTNESS x) {arrow_brightness_=x; update_arrow_style();}
예제 #2
0
파일: move.hpp 프로젝트: ehsan/wesnoth
	void set_arrow_texture(ARROW_TEXTURE x) {arrow_texture_=x; update_arrow_style();}
예제 #3
0
void move::redraw()
{
	resources::screen->invalidate(get_source_hex());
	resources::screen->invalidate(get_dest_hex());
	update_arrow_style();
}