mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Better format arguments in variant parser
This commit is contained in:
committed by
Michael Alexsander
parent
407229aeeb
commit
0ff4095b36
@@ -28,7 +28,7 @@
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="color" type="Color" setter="set_pick_color" getter="get_pick_color" default="Color( 0, 0, 0, 1 )">
|
||||
<member name="color" type="Color" setter="set_pick_color" getter="get_pick_color" default="Color(0, 0, 0, 1)">
|
||||
The currently selected color.
|
||||
</member>
|
||||
<member name="edit_alpha" type="bool" setter="set_edit_alpha" getter="is_editing_alpha" default="true">
|
||||
@@ -70,19 +70,19 @@
|
||||
<theme_item name="font" type="Font">
|
||||
[Font] of the [ColorPickerButton]'s text.
|
||||
</theme_item>
|
||||
<theme_item name="font_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
<theme_item name="font_color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Default text [Color] of the [ColorPickerButton].
|
||||
</theme_item>
|
||||
<theme_item name="font_disabled_color" type="Color" default="Color( 0.9, 0.9, 0.9, 0.3 )">
|
||||
<theme_item name="font_disabled_color" type="Color" default="Color(0.9, 0.9, 0.9, 0.3)">
|
||||
Text [Color] used when the [ColorPickerButton] is disabled.
|
||||
</theme_item>
|
||||
<theme_item name="font_hover_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
<theme_item name="font_hover_color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
Text [Color] used when the [ColorPickerButton] is being hovered.
|
||||
</theme_item>
|
||||
<theme_item name="font_outline_color" type="Color" default="Color( 1, 1, 1, 1 )">
|
||||
<theme_item name="font_outline_color" type="Color" default="Color(1, 1, 1, 1)">
|
||||
The tint of text outline of the [ColorPickerButton].
|
||||
</theme_item>
|
||||
<theme_item name="font_pressed_color" type="Color" default="Color( 0.8, 0.8, 0.8, 1 )">
|
||||
<theme_item name="font_pressed_color" type="Color" default="Color(0.8, 0.8, 0.8, 1)">
|
||||
Text [Color] used when the [ColorPickerButton] is being pressed.
|
||||
</theme_item>
|
||||
<theme_item name="font_size" type="int">
|
||||
|
||||
Reference in New Issue
Block a user