Files
uarep-ctl/scenes/hranges/panel.tscn

21 lines
728 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://hr55mkcneaer"]
[ext_resource type="Script" uid="uid://jtio1scc72bl" path="res://scenes/hranges/panel.gd" id="1_pg3d7"]
[ext_resource type="Texture2D" uid="uid://c73tjrn8gr00o" path="res://data/Передатчик.png" id="2_ajqhv"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_ajqhv"]
[node name="panel" type="PanelContainer"]
offset_right = 340.0
offset_bottom = 40.0
theme_override_styles/panel = SubResource("StyleBoxFlat_ajqhv")
script = ExtResource("1_pg3d7")
[node name="image" type="TextureRect" parent="."]
layout_mode = 2
size_flags_horizontal = 0
texture = ExtResource("2_ajqhv")
expand_mode = 2
[connection signal="resized" from="." to="." method="_on_resized"]