Merge pull request #98966 from Dr-helicopter/master

Fix `engine_type_colors`'s description
This commit is contained in:
Thaddeus Crews 2024-11-10 12:12:28 -06:00
commit e2a7d510f0
No known key found for this signature in database
GPG Key ID: 62181B86FE9E5D84

View File

@ -1395,7 +1395,7 @@
The script editor's documentation comment color. In GDScript, this is used for comments starting with [code]##[/code]. In C#, this is used for comments starting with [code]///[/code] or [code]/**[/code].
</member>
<member name="text_editor/theme/highlighting/engine_type_color" type="Color" setter="" getter="">
The script editor's engine type color ([Vector2], [Vector3], [Color], ...).
The script editor's engine type color ([Object], [Mesh], [Node], ...).
</member>
<member name="text_editor/theme/highlighting/executing_line_color" type="Color" setter="" getter="">
The script editor's color for the debugger's executing line icon (displayed in the gutter).