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" ]
22
33[ext_resource type ="Script" path ="res://addons/block_code/ui/blocks/parameter_block/parameter_block.gd" id ="1_0hajy" ]
44[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" ]
55
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+
617[node name ="ParameterBlock" type ="MarginContainer" ]
718offset_right = 16.0
819offset_bottom = 8.0
@@ -16,6 +27,7 @@ block_type = 3
1627[node name ="Panel" type ="Panel" parent ="." ]
1728unique_name_in_owner = true
1829layout_mode = 2
30+ theme_override_styles/panel = SubResource ("StyleBoxFlat_dbera" )
1931
2032[node name ="DragDropArea" parent ="." instance =ExtResource ("2_gy5co" )]
2133layout_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" ]
22
33[ext_resource type ="Script" path ="res://addons/block_code/ui/picker/categories/block_category_button.gd" id ="1_pxxnl" ]
44
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+
512[sub_resource type ="StyleBoxEmpty" id ="StyleBoxEmpty_ousiv" ]
613
714[sub_resource type ="StyleBoxFlat" id ="StyleBoxFlat_fyk0j" ]
@@ -32,6 +39,7 @@ theme_override_constants/margin_bottom = 8
3239[node name ="Panel" type ="Panel" parent ="HBoxContainer/MarginContainer" ]
3340unique_name_in_owner = true
3441layout_mode = 2
42+ theme_override_styles/panel = SubResource ("StyleBoxFlat_eogpc" )
3543
3644[node name ="Label" type ="Label" parent ="HBoxContainer" ]
3745unique_name_in_owner = true
You can’t perform that action at this time.
0 commit comments