generated from krampus/template-godot4
21 lines
750 B
Plaintext
21 lines
750 B
Plaintext
|
|
[gd_scene load_steps=3 format=3 uid="uid://5f8u55hvqq4w"]
|
||
|
|
|
||
|
|
[ext_resource type="Theme" uid="uid://bcibt73qths3g" path="res://addons/tube/inspector/theme.tres" id="1_gfvfe"]
|
||
|
|
[ext_resource type="Script" uid="uid://c77pnnu05pblc" path="res://addons/tube/inspector/local_signaling_control.gd" id="2_gfvfe"]
|
||
|
|
|
||
|
|
[node name="LocalSignalingControl" type="MarginContainer"]
|
||
|
|
offset_right = 217.0
|
||
|
|
offset_bottom = 24.0
|
||
|
|
theme = ExtResource("1_gfvfe")
|
||
|
|
script = ExtResource("2_gfvfe")
|
||
|
|
|
||
|
|
[node name="NameLabel" type="Label" parent="."]
|
||
|
|
unique_name_in_owner = true
|
||
|
|
layout_mode = 2
|
||
|
|
size_flags_horizontal = 3
|
||
|
|
theme_type_variation = &"LabelH3"
|
||
|
|
text = "PORT"
|
||
|
|
text_overrun_behavior = 1
|
||
|
|
|
||
|
|
[connection signal="visibility_changed" from="." to="." method="_on_visibility_changed"]
|