-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGraphNodeParameter.tscn
41 lines (34 loc) · 1.45 KB
/
GraphNodeParameter.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[gd_scene load_steps=7 format=3 uid="uid://tt5o3hrn8hvw"]
[ext_resource type="StyleBox" uid="uid://bnd3nh0hx03fl" path="res://graphnode_button.tres" id="1_cce1c"]
[ext_resource type="Script" path="res://GraphNodeParameter.gd" id="1_tyh1b"]
[ext_resource type="Texture2D" uid="uid://b3alm7nptnemk" path="res://round_button.png" id="2_v0av5"]
[ext_resource type="Theme" uid="uid://bo8kigawanwjo" path="res://text_theme.tres" id="3_y1uqa"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_lmcrv"]
content_margin_left = 4.0
content_margin_top = 4.0
content_margin_right = 4.0
content_margin_bottom = 4.0
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_sy021"]
[node name="GraphNodeParameter" type="HBoxContainer"]
theme_override_constants/separation = 8
script = ExtResource("1_tyh1b")
[node name="HardcodedInput" type="LineEdit" parent="."]
unique_name_in_owner = true
visible = false
layout_mode = 2
theme = ExtResource("3_y1uqa")
[node name="ParameterButton" type="Button" parent="."]
unique_name_in_owner = true
modulate = Color(1, 0.247059, 1, 1)
layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxEmpty_lmcrv")
theme_override_styles/hover = ExtResource("1_cce1c")
theme_override_styles/pressed = ExtResource("1_cce1c")
theme_override_styles/focus = SubResource("StyleBoxEmpty_sy021")
icon = ExtResource("2_v0av5")
[node name="Label" type="Label" parent="."]
unique_name_in_owner = true
layout_mode = 2
theme = ExtResource("3_y1uqa")
text = "Position
"