diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2022-06-15 23:24:06 +0200 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2022-06-20 17:32:05 +0200 |
commit | e12e239ab4a9bb764105e3a0cde284f788cd59b3 (patch) | |
tree | e204537f08bd0285092dd35055a4263e3d27237e /doc/classes/ProjectSettings.xml | |
parent | 421d8b716db25a7556d428b7bb210ce4d94caa0b (diff) | |
download | redot-engine-e12e239ab4a9bb764105e3a0cde284f788cd59b3.tar.gz |
Add Path2D/3D debug options
Add Path2D/3D debug options.
Diffstat (limited to 'doc/classes/ProjectSettings.xml')
-rw-r--r-- | doc/classes/ProjectSettings.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 25f0a997ba..2e46e61ccf 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -485,6 +485,12 @@ <member name="debug/shapes/navigation/geometry_color" type="Color" setter="" getter="" default="Color(0.1, 1, 0.7, 0.4)"> Color of the navigation geometry, visible when "Visible Navigation" is enabled in the Debug menu. </member> + <member name="debug/shapes/paths/geometry_color" type="Color" setter="" getter="" default="Color(0.1, 1, 0.7, 0.4)"> + Color of the curve path geometry, visible when "Visible Paths" is enabled in the Debug menu. + </member> + <member name="debug/shapes/paths/geometry_width" type="float" setter="" getter="" default="2.0"> + Line width of the curve path geometry, visible when "Visible Paths" is enabled in the Debug menu. + </member> <member name="display/mouse_cursor/custom_image" type="String" setter="" getter="" default=""""> Custom image for the mouse cursor (limited to 256×256). </member> |