From 2e377832425c106ee3e9f9a738c8056d2d4f5ce2 Mon Sep 17 00:00:00 2001 From: Rob Parrett Date: Mon, 26 May 2025 15:01:08 -0700 Subject: [PATCH] Move `cooldown` example instruction text according to example visual guidelines (#19381) # Objective Use the same text positioning as other examples that have instruction text. See https://bevyengine.org/learn/contribute/helping-out/creating-examples/#visual-guidelines --- examples/usage/cooldown.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/usage/cooldown.rs b/examples/usage/cooldown.rs index 7b86c5845e..e8487ea941 100644 --- a/examples/usage/cooldown.rs +++ b/examples/usage/cooldown.rs @@ -68,8 +68,8 @@ fn setup( Text::new("*Click some food to eat it*"), Node { position_type: PositionType::Absolute, - top: Val::Px(5.0), - left: Val::Px(15.0), + top: Val::Px(12.0), + left: Val::Px(12.0), ..default() }, ));