Skip to content

Commit d3df91f

Browse files
committed
chore(examples): consistent user facing texts
Authored-by: RobWalt <[email protected]>
1 parent 7c64e9c commit d3df91f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/2d/2d_gizmos.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ fn setup(mut commands: Commands, asset_server: Res<AssetServer>) {
7373
"Hold 'Left' or 'Right' to change the line width of straight gizmos\n\
7474
Hold 'Up' or 'Down' to change the line width of round gizmos\n\
7575
Press '1' or '2' to toggle the visibility of straight gizmos or round gizmos\n\
76-
Press 'k/j' to cycle through primitives rendered with gizmos",
76+
Press 'K' or 'J' to cycle through primitives rendered with gizmos",
7777
TextStyle {
7878
font: asset_server.load("fonts/FiraMono-Medium.ttf"),
7979
font_size: 24.,

examples/3d/3d_gizmos.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ fn setup(
122122
Hold 'Up' or 'Down' to change the line width of round gizmos\n\
123123
Press '1' or '2' to toggle the visibility of straight gizmos or round gizmos\n\
124124
Press 'A' to show all AABB boxes\n\
125-
Press 'k/j' to cycle through primitives rendered with gizmos\n\
126-
Press 'h/l' to decrease/increase the amount of segments in the primitives",
125+
Press 'K' or 'J' to cycle through primitives rendered with gizmos\n\
126+
Press 'H' or 'L' to decrease/increase the amount of segments in the primitives",
127127
TextStyle {
128128
font_size: 20.,
129129
..default()

0 commit comments

Comments
 (0)