First work on dialogic, resized guild, and started implementing portraits.
This commit is contained in:
50
addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres
Normal file
50
addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres
Normal file
@@ -0,0 +1,50 @@
|
||||
[gd_resource type="Theme" load_steps=3 format=3 uid="uid://d3g4i4dshtdpu"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="1"]
|
||||
content_margin_left = 30.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 20.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.12549, 0.141176, 0.192157, 1)
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.0980392, 0.113725, 0.152941, 1)
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="2"]
|
||||
content_margin_left = 11.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_right = 20.0
|
||||
content_margin_bottom = 5.0
|
||||
bg_color = Color(0.12549, 0.141176, 0.192157, 1)
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color(0.0980392, 0.113725, 0.152941, 1)
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
||||
|
||||
[resource]
|
||||
LineEdit/colors/clear_button_color = Color(0, 0, 0, 1)
|
||||
LineEdit/colors/clear_button_color_pressed = Color(0, 0, 0, 1)
|
||||
LineEdit/colors/cursor_color = Color(1, 1, 1, 1)
|
||||
LineEdit/colors/font_color = Color(1, 1, 1, 1)
|
||||
LineEdit/colors/font_color_selected = Color(1, 1, 1, 1)
|
||||
LineEdit/colors/font_color_uneditable = Color(1, 1, 1, 1)
|
||||
LineEdit/colors/selection_color = Color(1, 1, 1, 0.235294)
|
||||
LineEdit/constants/minimum_spaces = 10
|
||||
LineEdit/fonts/font = null
|
||||
LineEdit/icons/clear = null
|
||||
LineEdit/styles/focus = SubResource("1")
|
||||
LineEdit/styles/normal = SubResource("2")
|
||||
LineEdit/styles/read_only = SubResource("1")
|
||||
LineEditWithIcon/base_type = &"LineEdit"
|
||||
LineEditWithIcon/styles/normal = SubResource("1")
|
||||
Reference in New Issue
Block a user