File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
- [gd_scene load_steps =3 format =3 uid ="uid://clipm2dd28jde" ]
1
+ [gd_scene load_steps =4 format =3 uid ="uid://clipm2dd28jde" ]
2
2
3
3
[ext_resource type ="Script" path ="res://addons/block_code/ui/blocks/parameter_block/parameter_block.gd" id ="1_0hajy" ]
4
4
[ext_resource type ="PackedScene" uid ="uid://c7puyxpqcq6xo" path ="res://addons/block_code/ui/blocks/utilities/drag_drop_area/drag_drop_area.tscn" id ="2_gy5co" ]
5
5
6
+ [sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_dbera" ]
7
+ bg_color = Color (1 , 1 , 1 , 1 )
8
+ border_width_left = 3
9
+ border_width_top = 3
10
+ border_width_right = 3
11
+ border_width_bottom = 3
12
+ corner_radius_top_left = 16
13
+ corner_radius_top_right = 16
14
+ corner_radius_bottom_right = 16
15
+ corner_radius_bottom_left = 16
16
+
6
17
[node name ="ParameterBlock" type ="MarginContainer" ]
7
18
offset_right = 16.0
8
19
offset_bottom = 8.0
@@ -16,6 +27,7 @@ block_type = 3
16
27
[node name ="Panel" type ="Panel" parent ="." ]
17
28
unique_name_in_owner = true
18
29
layout_mode = 2
30
+ theme_override_styles/panel = SubResource ("StyleBoxFlat_dbera" )
19
31
20
32
[node name ="DragDropArea" parent ="." instance =ExtResource ("2_gy5co" )]
21
33
layout_mode = 2
Original file line number Diff line number Diff line change 1
- [gd_scene load_steps =6 format =3 uid ="uid://bdtetj0gs45hv" ]
1
+ [gd_scene load_steps =7 format =3 uid ="uid://bdtetj0gs45hv" ]
2
2
3
3
[ext_resource type ="Script" path ="res://addons/block_code/ui/picker/categories/block_category_button.gd" id ="1_pxxnl" ]
4
4
5
+ [sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_eogpc" ]
6
+ bg_color = Color (1 , 0 , 0 , 1 )
7
+ corner_radius_top_left = 100
8
+ corner_radius_top_right = 100
9
+ corner_radius_bottom_right = 100
10
+ corner_radius_bottom_left = 100
11
+
5
12
[sub_resource type ="StyleBoxEmpty" id ="StyleBoxEmpty_ousiv" ]
6
13
7
14
[sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_fyk0j" ]
@@ -32,6 +39,7 @@ theme_override_constants/margin_bottom = 8
32
39
[node name ="Panel" type ="Panel" parent ="HBoxContainer/MarginContainer" ]
33
40
unique_name_in_owner = true
34
41
layout_mode = 2
42
+ theme_override_styles/panel = SubResource ("StyleBoxFlat_eogpc" )
35
43
36
44
[node name ="Label" type ="Label" parent ="HBoxContainer" ]
37
45
unique_name_in_owner = true
You can’t perform that action at this time.
0 commit comments