diff --git a/examples/gizmos/2d_gizmos.rs b/examples/gizmos/2d_gizmos.rs index 2485b12d6fdc5..9f060e6d20c48 100644 --- a/examples/gizmos/2d_gizmos.rs +++ b/examples/gizmos/2d_gizmos.rs @@ -26,7 +26,8 @@ fn setup(mut commands: Commands) { Hold 'Up' or 'Down' to change the line width of round gizmos\n\ Press '1' / '2' to toggle the visibility of straight / round gizmos\n\ Press 'U' / 'I' to cycle through line styles\n\ - Press 'J' / 'K' to cycle through line joins", + Press 'J' / 'K' to cycle through line joins\n\ + Press 'Spacebar' to toggle pause", ), Node { position_type: PositionType::Absolute, @@ -125,15 +126,16 @@ fn draw_example_collection( fn update_config( mut config_store: ResMut, keyboard: Res>, - time: Res