99 lines
2.9 KiB
Text
99 lines
2.9 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://c57u187iciexi"]
|
|
|
|
[ext_resource type="Script" uid="uid://i4p62x8fnqpn" path="res://Scripts/GL_Node_Map.gd" id="1_jyqbx"]
|
|
[ext_resource type="PackedScene" uid="uid://mowdu1i1rldt" path="res://Scenes/UI/Search.tscn" id="1_xwfut"]
|
|
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="2_2eix6"]
|
|
|
|
[sub_resource type="Gradient" id="Gradient_2eix6"]
|
|
offsets = PackedFloat32Array(0)
|
|
colors = PackedColorArray(0.121569, 0.121569, 0.121569, 0.501961)
|
|
|
|
[sub_resource type="GradientTexture1D" id="GradientTexture1D_msys2"]
|
|
gradient = SubResource("Gradient_2eix6")
|
|
|
|
[sub_resource type="LabelSettings" id="LabelSettings_x1ecx"]
|
|
|
|
[node name="NodeMap" type="Control" groups=["Node Map"]]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_jyqbx")
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = SubResource("GradientTexture1D_msys2")
|
|
|
|
[node name="Holder" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
z_index = 1000
|
|
layout_mode = 1
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -773.0
|
|
offset_top = -97.0
|
|
offset_right = -11.0
|
|
offset_bottom = -48.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
theme = ExtResource("2_2eix6")
|
|
theme_override_font_sizes/font_size = 8
|
|
text = "Give LIFE Cybers
|
|
Press ESC to view node map, right click to add a node, middle click and drag to pan, scroll to zoom."
|
|
label_settings = SubResource("LabelSettings_x1ecx")
|
|
horizontal_alignment = 2
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 2
|
|
theme_override_constants/margin_left = 10
|
|
theme_override_constants/margin_top = 10
|
|
theme_override_constants/margin_right = 10
|
|
theme_override_constants/margin_bottom = 10
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
|
|
[node name="OptionButton" type="OptionButton" parent="MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
selected = 0
|
|
item_count = 1
|
|
popup/item_0/text = "Test"
|
|
popup/item_0/id = 0
|
|
|
|
[node name="Button" type="Button" parent="MarginContainer/HBoxContainer"]
|
|
visible = false
|
|
layout_mode = 2
|
|
text = "Edit"
|
|
|
|
[node name="Button2" type="Button" parent="MarginContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Save"
|
|
|
|
[node name="Search" parent="." instance=ExtResource("1_xwfut")]
|
|
layout_mode = 1
|
|
|
|
[connection signal="pressed" from="MarginContainer/HBoxContainer/Button2" to="." method="save_everything"]
|