Skip to content

Commit

Permalink
use a better color
Browse files Browse the repository at this point in the history
  • Loading branch information
bonsairobo committed Dec 10, 2023
1 parent 751e1e6 commit 14c0b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/squad_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ impl SquadUi {
}

if team.is_human() {
gizmos.line(state.center_of_mass, tfm.translation(), Color::PINK);
gizmos.line(state.center_of_mass, tfm.translation(), Color::WHITE);
dbg_painter.circle(
to_egui_pos(ai_window_pos),
10.0,
Expand Down

0 comments on commit 14c0b87

Please sign in to comment.