Skip to content

Commit 6e6b257

Browse files
authored
Merge pull request #9438 from aGuyWhoMadeGames/Your-first-3d-game-tutorial-fixes
change shrink to enlarge in "Your first 3D game" tutorial
2 parents 0a8bd35 + a460620 commit 6e6b257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting_started/first_3d_game/02.player_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The sphere's wireframe appears below the character.
6767
|image3|
6868

6969
It will be the shape the physics engine uses to collide with the environment, so
70-
we want it to better fit the 3D model. Shrink it a bit by dragging the orange
70+
we want it to better fit the 3D model. Make it a bit larger by dragging the orange
7171
dot in the viewport. My sphere has a radius of about ``0.8`` meters.
7272

7373
Then, move the collision shape up so its bottom roughly aligns with the grid's plane.

0 commit comments

Comments
 (0)