diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-02 00:06:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-02 00:06:28 +0200 |
commit | 449395716f8bacafc667ce1cd5cd8e35572db0b2 (patch) | |
tree | 96a3242b0ab90dd23777c458e30d8295e9b5c462 /doc/classes | |
parent | cfb9709c10483f7f58a8b96248c23d0a5f1d5ad7 (diff) | |
parent | 662c8f95ec81c7f2021bc83a3fecd621020668a7 (diff) |
Merge pull request #28390 from KoBeWi/smaller_bigger_gizmo
Allow to change Position2D gizmo size
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Position2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Position2D.xml b/doc/classes/Position2D.xml index 034e35d9d7..916bd99131 100644 --- a/doc/classes/Position2D.xml +++ b/doc/classes/Position2D.xml @@ -4,7 +4,7 @@ Generic 2D Position hint for editing. </brief_description> <description> - Generic 2D Position hint for editing. It's just like a plain [Node2D] but displays as a cross in the 2D-Editor at all times. + Generic 2D Position hint for editing. It's just like a plain [Node2D] but displays as a cross in the 2D-Editor at all times. You can set visual size of the cross by changing Gizmo Extents in the inspector. </description> <tutorials> </tutorials> |