4c881027a1
- persistent files - Hiscore
78 lines
2.6 KiB
Text
78 lines
2.6 KiB
Text
[gd_scene load_steps=5 format=3 uid="uid://dppfamjc0ji40"]
|
|
|
|
[ext_resource type="Script" path="res://addons/SignalVisualizer/Visualizer/signal_visualizer_dock.gd" id="1_akar5"]
|
|
[ext_resource type="Texture2D" uid="uid://bmnff63evbdhv" path="res://addons/SignalVisualizer/Clear.svg" id="2_m8bsv"]
|
|
[ext_resource type="Texture2D" uid="uid://bxj8ep08wbnm6" path="res://addons/SignalVisualizer/GraphEdit.svg" id="3_dtmqs"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_ae0jg"]
|
|
|
|
[node name="SignalVisualizerDock" type="Control"]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(2.08165e-12, 200)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_akar5")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
clip_contents = true
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
clip_contents = true
|
|
custom_minimum_size = Vector2(2.08165e-12, 50)
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 8
|
|
alignment = 2
|
|
|
|
[node name="ArrangeNodesCheckBox" type="CheckBox" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Arrange Nodes"
|
|
|
|
[node name="SignalDetailsCheckBox" type="CheckBox" parent="VBoxContainer/HBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Signal Details"
|
|
|
|
[node name="Panel" type="Panel" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_ae0jg")
|
|
|
|
[node name="ClearGraphButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Clear Graph"
|
|
icon = ExtResource("2_m8bsv")
|
|
|
|
[node name="GenerateGraphButton" type="Button" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Generate Graph"
|
|
icon = ExtResource("3_dtmqs")
|
|
|
|
[node name="HSplitContainer" type="HSplitContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="SignalTree" type="Tree" parent="VBoxContainer/HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 2.08165e-12)
|
|
layout_mode = 2
|
|
column_titles_visible = true
|
|
|
|
[node name="Graph" type="GraphEdit" parent="VBoxContainer/HSplitContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/ClearGraphButton" to="." method="_on_clear_graph_button_pressed"]
|
|
[connection signal="pressed" from="VBoxContainer/HBoxContainer/GenerateGraphButton" to="." method="_on_generate_graph_button_pressed"]
|