Skip to content

Commit

Permalink
Adjust size and color of spawn progress arc
Browse files Browse the repository at this point in the history
  • Loading branch information
msakuta committed May 3, 2023
1 parent b81207f commit 2f5391c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eframe/src/app/paint_game.rs
Original file line number Diff line number Diff line change
Expand Up @@ -437,9 +437,9 @@ fn paint_real_agent(
draw_arc(
painter,
pos.to_vec2(),
12.0,
13.,
progress,
(2., Color32::from_rgb(0, 255, 255)),
(2., Color32::from_rgb(0, 191, 191)),
);
}

Expand Down

0 comments on commit 2f5391c

Please sign in to comment.