mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Add missing Ctrl-click equivalents for MacOS.
This commit is contained in:
@@ -245,7 +245,7 @@ our sprite's rotation every frame. Here, ``rotation`` is a property inherited
|
||||
from the class ``Node2D``, which ``Sprite2D`` extends. It controls the rotation
|
||||
of our node and works with radians.
|
||||
|
||||
.. tip:: In the code editor, you can ctrl-click on any built-in property or
|
||||
.. tip:: In the code editor, you can Ctrl-click (Cmd-click on MacOS) on any built-in property or
|
||||
function like ``position``, ``rotation``, or ``_process`` to open the
|
||||
corresponding documentation in a new tab.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user