diff options
author | Tomasz Chabora <kobewi4e@gmail.com> | 2019-04-24 14:19:13 +0200 |
---|---|---|
committer | Tomasz Chabora <kobewi4e@gmail.com> | 2019-06-01 12:33:24 +0200 |
commit | 662c8f95ec81c7f2021bc83a3fecd621020668a7 (patch) | |
tree | 5f5f770df357efcc8c883759bfa3ea7e0bc94b19 /doc | |
parent | e1d16e722ec9742c3f92d20dc433d540339c36e6 (diff) |
Allow to change Position2D gizmo size
Diffstat (limited to 'doc')
-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> |