1- [gd_scene load_steps =10 format =3 uid ="uid://24n1vcw48pi" ]
1+ [gd_scene load_steps =8 format =3 uid ="uid://24n1vcw48pi" ]
22
33[ext_resource type ="Script" uid ="uid://74k1155djatm" path ="res://material_maker/nodes/ios/port.gd" id ="1" ]
44[ext_resource type ="Texture2D" uid ="uid://c0j4px4n72di5" path ="res://material_maker/icons/icons.tres" id ="2" ]
1212atlas = ExtResource ("2" )
1313region = Rect2 (2 , 17 , 12 , 14 )
1414
15- [sub_resource type ="AtlasTexture" id ="2" ]
16- atlas = ExtResource ("2" )
17- region = Rect2 (18 , 49 , 12 , 14 )
18-
19- [sub_resource type ="AtlasTexture" id ="3" ]
20- atlas = ExtResource ("2" )
21- region = Rect2 (34 , 49 , 12 , 14 )
22-
2315[node name ="Port" type ="HBoxContainer" ]
2416anchors_preset = 10
2517anchor_right = 1.0
@@ -35,16 +27,6 @@ flat = true
3527layout_mode = 2
3628icon = SubResource ("1" )
3729
38- [node name ="Up" type ="Button" parent ="." ]
39- visible = false
40- layout_mode = 2
41- icon = SubResource ("2" )
42-
43- [node name ="Down" type ="Button" parent ="." ]
44- visible = false
45- layout_mode = 2
46- icon = SubResource ("3" )
47-
4830[node name ="Name" parent ="." instance =ExtResource ("3" )]
4931custom_minimum_size = Vector2 (30 , 0 )
5032layout_mode = 2
@@ -62,8 +44,6 @@ tooltip_text = "Port type"
6244layout_mode = 2
6345
6446[connection signal ="pressed" from ="Delete" to ="." method ="_on_Delete_pressed" ]
65- [connection signal ="pressed" from ="Up" to ="." method ="_on_Up_pressed" ]
66- [connection signal ="pressed" from ="Down" to ="." method ="_on_Down_pressed" ]
6747[connection signal ="label_changed" from ="Name" to ="." method ="_on_Name_label_changed" ]
6848[connection signal ="descriptions_changed" from ="Description" to ="." method ="_on_Description_descriptions_changed" ]
6949[connection signal ="item_selected" from ="Type" to ="." method ="_on_Type_item_selected" ]
0 commit comments