mirror of
https://codeberg.org/StreamGraph/StreamGraph.git
synced 2024-11-13 19:49:55 +01:00
16 lines
596 B
Text
16 lines
596 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://8fmb03aluec"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://graph_node_renderer/descriptors/descriptor_container.gd" id="1_mllll"]
|
||
|
[ext_resource type="Texture2D" uid="uid://bol5ialhcf2ro" path="res://graph_node_renderer/textures/type_bool.svg" id="2_jphog"]
|
||
|
|
||
|
[node name="DescriptorContainer" type="HBoxContainer"]
|
||
|
size_flags_horizontal = 3
|
||
|
script = ExtResource("1_mllll")
|
||
|
|
||
|
[node name="TypeIcon" type="TextureRect" parent="."]
|
||
|
unique_name_in_owner = true
|
||
|
custom_minimum_size = Vector2(16, 16)
|
||
|
layout_mode = 2
|
||
|
texture = ExtResource("2_jphog")
|
||
|
stretch_mode = 3
|