From a4606200bbcf3ca8de4cecc0fcbb920b40c82f82 Mon Sep 17 00:00:00 2001 From: aGuyWhoMadeGames <166567074+aGuyWhoMadeGames@users.noreply.github.com> Date: Thu, 30 May 2024 15:20:13 -0500 Subject: [PATCH] change shrink to enlarge in "Your first 3D game" tutorial --- getting_started/first_3d_game/02.player_input.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/first_3d_game/02.player_input.rst b/getting_started/first_3d_game/02.player_input.rst index 7007cdafb..282b722ca 100644 --- a/getting_started/first_3d_game/02.player_input.rst +++ b/getting_started/first_3d_game/02.player_input.rst @@ -67,7 +67,7 @@ The sphere's wireframe appears below the character. |image3| It will be the shape the physics engine uses to collide with the environment, so -we want it to better fit the 3D model. Shrink it a bit by dragging the orange +we want it to better fit the 3D model. Make it a bit larger by dragging the orange dot in the viewport. My sphere has a radius of about ``0.8`` meters. Then, move the collision shape up so its bottom roughly aligns with the grid's plane.