Variables | |
std::string | moved_orb_color |
std::string | unmoved_orb_color |
std::string | partial_orb_color |
std::string | enemy_orb_color |
std::string | ally_orb_color |
std::string game_config::colors::ally_orb_color |
Definition at line 74 of file game_config.cpp.
Referenced by preferences::allied_color(), gui2::tselect_orb_colors::handle_reset_click(), and game_config::load_config().
std::string game_config::colors::enemy_orb_color |
Definition at line 74 of file game_config.cpp.
Referenced by preferences::enemy_color(), gui2::tselect_orb_colors::handle_reset_click(), and game_config::load_config().
std::string game_config::colors::moved_orb_color |
Definition at line 74 of file game_config.cpp.
Referenced by gui2::tselect_orb_colors::handle_reset_click(), game_config::load_config(), and preferences::moved_color().
std::string game_config::colors::partial_orb_color |
Definition at line 74 of file game_config.cpp.
Referenced by gui2::tselect_orb_colors::handle_reset_click(), game_config::load_config(), and preferences::partial_color().
std::string game_config::colors::unmoved_orb_color |
Definition at line 74 of file game_config.cpp.
Referenced by gui2::tselect_orb_colors::handle_reset_click(), game_config::load_config(), and preferences::unmoved_color().