[RTL] Add options to override underline color and default alpha.

This commit is contained in:
Pāvels Nadtočajevs
2025-05-12 11:18:07 +03:00
parent 978b38797b
commit 332352d37f
6 changed files with 113 additions and 33 deletions

View File

@@ -100,11 +100,12 @@ Change Node `set_name` to use StringName to improve performance. Compatibility m
GH-105570
--------
---------
Validate extension JSON: Error: Field 'classes/RenderingDevice/methods/texture_create_from_extension/arguments': size changed value in new API, from 9 to 10.
Argument added; p_mipmaps. Compatibility method registered.
GH-106121
--------
Validate extension JSON: Error: Field 'classes/EditorUndoRedoManager/methods/create_action/arguments': size changed value in new API, from 4 to 5.
@@ -258,3 +259,11 @@ GH-106848
Validate extension JSON: API was removed: classes/Node/methods/get_rpc_config
Change Node `get_rpc_config` to `get_node_rpc_config`. Compatibility method registered.
GH-106300
---------
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/RichTextLabel/methods/push_strikethrough': arguments
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/RichTextLabel/methods/push_underline': arguments
Optional "color" argument added. Compatibility methods registered.