Skip to content

Commit

Permalink
chore(examples): consistent user facing texts
Browse files Browse the repository at this point in the history
Authored-by: RobWalt <robwalter96@gmail.com>
  • Loading branch information
RobWalt committed Feb 1, 2024
1 parent 7c64e9c commit d3df91f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/2d/2d_gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
"Hold 'Left' or 'Right' to change the line width of straight gizmos\n\
Hold 'Up' or 'Down' to change the line width of round gizmos\n\
Press '1' or '2' to toggle the visibility of straight gizmos or round gizmos\n\
Press 'k/j' to cycle through primitives rendered with gizmos",
Press 'K' or 'J' to cycle through primitives rendered with gizmos",
TextStyle {
font: asset_server.load("fonts/FiraMono-Medium.ttf"),
font_size: 24.,
Expand Down
4 changes: 2 additions & 2 deletions examples/3d/3d_gizmos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ fn setup(
Hold 'Up' or 'Down' to change the line width of round gizmos\n\
Press '1' or '2' to toggle the visibility of straight gizmos or round gizmos\n\
Press 'A' to show all AABB boxes\n\
Press 'k/j' to cycle through primitives rendered with gizmos\n\
Press 'h/l' to decrease/increase the amount of segments in the primitives",
Press 'K' or 'J' to cycle through primitives rendered with gizmos\n\
Press 'H' or 'L' to decrease/increase the amount of segments in the primitives",
TextStyle {
font_size: 20.,
..default()
Expand Down

0 comments on commit d3df91f

Please sign in to comment.