From da2c56c1bc7267f4052f2da02eff40cf3e92a9de Mon Sep 17 00:00:00 2001 From: Brent Ruhle Date: Sat, 30 Dec 2023 20:25:58 -0500 Subject: [PATCH] Adding missing MacOS commands Singular instance of the the F5 build command not having it's corresponding MacOS shortcut equivalent. --- getting_started/step_by_step/instancing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/instancing.rst b/getting_started/step_by_step/instancing.rst index 8f5f7ef26c9..d5d6e8aa255 100644 --- a/getting_started/step_by_step/instancing.rst +++ b/getting_started/step_by_step/instancing.rst @@ -128,7 +128,7 @@ and pressing :kbd:`Enter`. .. image:: img/instancing_property_bounce_updated.webp -Play the game by pressing :kbd:`F5` and notice how all balls now bounce a lot +Play the game by pressing :kbd:`F5` (:kbd:`Cmd + B` on macOS) and notice how all balls now bounce a lot more. As the Ball scene is a template for all instances, modifying it and saving causes all instances to update accordingly.