diff options
author | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-03 13:44:58 +0300 |
---|---|---|
committer | Bojidar Marinov <bojidar.marinov.bg@gmail.com> | 2019-09-04 15:26:08 +0300 |
commit | b397bcf4a1d8ef0f72cffd248309592d9c66b041 (patch) | |
tree | 3adea268f829a7bc497335cb99f0dbe26eb21af5 /doc/classes/Path2D.xml | |
parent | 6c4407bae499ad9dc94287a123febc61878dd92e (diff) |
Run doctool after overridden properties changes
Diffstat (limited to 'doc/classes/Path2D.xml')
-rw-r--r-- | doc/classes/Path2D.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml index b49a3d928d..92449c02a8 100644 --- a/doc/classes/Path2D.xml +++ b/doc/classes/Path2D.xml @@ -15,6 +15,7 @@ <member name="curve" type="Curve2D" setter="set_curve" getter="get_curve"> A [Curve2D] describing the path. </member> + <member name="self_modulate" type="Color" setter="set_self_modulate" getter="get_self_modulate" override="true" default="Color( 0.5, 0.6, 1, 0.7 )"/> </members> <constants> </constants> |