clockwork-city/addons/tube/inspector/local_signaling_control.tscn
duncgibbs 99de9e8b40
Some checks failed
linting & formatting / build (push) Failing after 5s
itch.io publish action / build (linux64, x86_64) (push) Failing after 34s
itch.io publish action / build (osx, app) (push) Failing after 30s
itch.io publish action / build (win64, exe) (push) Failing after 31s
initial commit
2026-04-13 11:34:00 -05:00

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"]