mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Merge pull request #10429 from lulange/master
Fix Introduction to 2D scale hot key
This commit is contained in:
@@ -71,7 +71,7 @@ from left to right:
|
||||
:ref:`doc_introduction_to_2d_the_viewport` for more details.
|
||||
- **Rotate Mode** (:kbd:`E`): Enables rotation mode for the selected nodes. See
|
||||
:ref:`doc_introduction_to_2d_the_viewport` for more details.
|
||||
- **Scale Mode** (:kbd:`R`): Enables scaling and displays scaling gizmos in both
|
||||
- **Scale Mode** (:kbd:`S`): Enables scaling and displays scaling gizmos in both
|
||||
axes for the selected node(s). See :ref:`doc_introduction_to_2d_the_viewport` for more details.
|
||||
- **Show list of selectable nodes at position clicked**: As the description suggests,
|
||||
this provides a list of selectable nodes at the clicked position as a context menu, if
|
||||
@@ -91,7 +91,7 @@ from left to right:
|
||||
x and y coordinates. Dragging from a position to another one measures the distance in pixels.
|
||||
If you drag diagonally, it will draw a triangle and show the separate distances in terms
|
||||
of x, y, and total distance to the target, including the angles to the axes in degrees.
|
||||
The :kbd:`R` key also activates the ruler. If snapping is enabled, it also displays the
|
||||
The :kbd:`R` key activates the ruler. If snapping is enabled, it also displays the
|
||||
measurements in terms of grid count:
|
||||
|
||||
.. figure:: img/2d_ruler_with_snap.webp
|
||||
|
||||
Reference in New Issue
Block a user