You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
431 B
13 lines
431 B
[gd_scene load_steps=2 format=3 uid="uid://cq10iaub18e54"]
|
|
|
|
[ext_resource type="Script" path="res://addons/SignalVisualizer/Visualizer/signal_graph_node.gd" id="1_ovklj"]
|
|
|
|
[node name="SignalGraphNode" type="GraphNode"]
|
|
custom_minimum_size = Vector2(100, 50)
|
|
offset_right = 232.0
|
|
offset_bottom = 54.0
|
|
resizable = true
|
|
script = ExtResource("1_ovklj")
|
|
|
|
[connection signal="resize_request" from="." to="." method="_on_resize_request"]
|