mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
13 lines
533 B
Text
13 lines
533 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://ckr4kal7nctrx"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://8fmb03aluec" path="res://graph_node_renderer/descriptors/descriptor_container.tscn" id="1_hfny8"]
|
||
|
[ext_resource type="Script" path="res://graph_node_renderer/descriptors/button_descriptor.gd" id="2_65frt"]
|
||
|
|
||
|
[node name="ButtonDescriptor" instance=ExtResource("1_hfny8")]
|
||
|
script = ExtResource("2_65frt")
|
||
|
|
||
|
[node name="Button" type="Button" parent="." index="1"]
|
||
|
unique_name_in_owner = true
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 3
|