Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting_started/first_3d_game/01.game_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ the viewport.
We're going to move the ground down so we can see the floor grid. To do this, the grid snapping feature can be used.
Grid snapping can be activated 2 ways in the 3D editor.
The first is by pressing the *Use Snap* button (or pressing the :kbd:`Y` key).
The second is by selecting a node, dragging a handle on the gizmo **then** holding :kbd:`Ctrl` while still clicking to enable snapping as long as :kbd:`Ctrl` is held.
The second is by selecting a node, dragging a handle on the gizmo **then** holding :kbd:`Ctrl` (:kbd:`Cmd` on macOS) while holding the selected node.

.. image:: img/01.game_setup/use_snap.webp

Expand Down