Initial Android commit
This commit is contained in:
commit
1e2b80c13d
8521 changed files with 231475 additions and 0 deletions
32
addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres
Normal file
32
addons/dialogic/Editor/Events/styles/InputFieldsStyle.tres
Normal file
|
@ -0,0 +1,32 @@
|
|||
[gd_resource type="Theme" load_steps=2 format=2]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id=1]
|
||||
content_margin_left = 11.0
|
||||
content_margin_right = 9.0
|
||||
content_margin_top = 5.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( 1 )
|
||||
LineEdit/styles/read_only = SubResource( 1 )
|
11
addons/dialogic/Editor/Events/styles/ResourceMenuHover.tres
Normal file
11
addons/dialogic/Editor/Events/styles/ResourceMenuHover.tres
Normal file
|
@ -0,0 +1,11 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 25.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color( 0.466667, 0.466667, 0.466667, 0.141176 )
|
||||
border_width_bottom = 2
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
13
addons/dialogic/Editor/Events/styles/ResourceMenuNormal.tres
Normal file
13
addons/dialogic/Editor/Events/styles/ResourceMenuNormal.tres
Normal file
|
@ -0,0 +1,13 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 25.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 4.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color( 0.180392, 0.180392, 0.180392, 0.219608 )
|
||||
draw_center = false
|
||||
border_width_bottom = 2
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0.286275 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 10.0
|
||||
content_margin_right = 10.0
|
||||
content_margin_top = 10.0
|
||||
content_margin_bottom = 10.0
|
||||
bg_color = Color( 0.2, 0.23, 0.31, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0.109804 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
17
addons/dialogic/Editor/Events/styles/SectionPanel.tres
Normal file
17
addons/dialogic/Editor/Events/styles/SectionPanel.tres
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 6.0
|
||||
content_margin_right = 6.0
|
||||
content_margin_top = 5.0
|
||||
content_margin_bottom = 4.0
|
||||
bg_color = Color( 0.6, 0.6, 0.6, 0 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.2, 0.227451, 0.309804, 1 )
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
|
@ -0,0 +1,18 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 30.0
|
||||
content_margin_right = 25.0
|
||||
content_margin_top = 5.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 )
|
||||
border_blend = true
|
||||
corner_radius_top_left = 3
|
||||
corner_radius_top_right = 3
|
||||
corner_radius_bottom_right = 3
|
||||
corner_radius_bottom_left = 3
|
17
addons/dialogic/Editor/Events/styles/SimpleButtonHover.tres
Normal file
17
addons/dialogic/Editor/Events/styles/SimpleButtonHover.tres
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 3.0
|
||||
content_margin_right = 3.0
|
||||
content_margin_top = 3.0
|
||||
content_margin_bottom = 3.0
|
||||
bg_color = Color( 0.2, 0.231373, 0.309804, 0.317647 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0.109804 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
17
addons/dialogic/Editor/Events/styles/SimpleButtonNormal.tres
Normal file
17
addons/dialogic/Editor/Events/styles/SimpleButtonNormal.tres
Normal file
|
@ -0,0 +1,17 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 3.0
|
||||
content_margin_right = 3.0
|
||||
content_margin_top = 3.0
|
||||
content_margin_bottom = 3.0
|
||||
bg_color = Color( 0.2, 0.231373, 0.309804, 0.235294 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.8, 0.8, 0.8, 0.109804 )
|
||||
corner_radius_top_left = 4
|
||||
corner_radius_top_right = 4
|
||||
corner_radius_bottom_right = 4
|
||||
corner_radius_bottom_left = 4
|
15
addons/dialogic/Editor/Events/styles/TextBackground.tres
Normal file
15
addons/dialogic/Editor/Events/styles/TextBackground.tres
Normal file
|
@ -0,0 +1,15 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 16.0
|
||||
content_margin_top = 14.0
|
||||
bg_color = Color( 0.27451, 0.27451, 0.27451, 1 )
|
||||
border_width_left = 1
|
||||
border_width_top = 1
|
||||
border_width_right = 1
|
||||
border_width_bottom = 1
|
||||
border_color = Color( 0.454902, 0.454902, 0.454902, 1 )
|
||||
corner_radius_top_left = 8
|
||||
corner_radius_top_right = 8
|
||||
corner_radius_bottom_right = 8
|
||||
corner_radius_bottom_left = 8
|
|
@ -0,0 +1,12 @@
|
|||
[gd_resource type="StyleBoxFlat" format=2]
|
||||
|
||||
[resource]
|
||||
content_margin_left = 16.0
|
||||
content_margin_right = 6.0
|
||||
content_margin_top = 6.0
|
||||
content_margin_bottom = 0.0
|
||||
bg_color = Color( 0.509804, 0.509804, 0.509804, 0.207843 )
|
||||
border_width_left = 5
|
||||
border_color = Color( 1, 1, 1, 1 )
|
||||
expand_margin_top = 2.0
|
||||
expand_margin_bottom = 2.0
|
Loading…
Add table
Add a link
Reference in a new issue