39 lines
1.2 KiB
Plaintext
39 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://t54wukutvmjq"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="1_65sy4"]
|
|
[ext_resource type="Script" uid="uid://cpq0523hlo808" path="res://scenes/frame-params/scroll-params.gd" id="2_f8bq4"]
|
|
[ext_resource type="Script" uid="uid://c5pq0hbrij34d" path="res://table/table.gd" id="3_y0507"]
|
|
|
|
[node name="frm_params" type="NinePatchRect"]
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("1_65sy4")
|
|
patch_margin_left = 15
|
|
patch_margin_top = 30
|
|
patch_margin_right = 15
|
|
patch_margin_bottom = 10
|
|
|
|
[node name="header" type="Label" parent="."]
|
|
clip_contents = true
|
|
layout_mode = 1
|
|
anchors_preset = 10
|
|
anchor_right = 1.0
|
|
offset_bottom = 22.0
|
|
grow_horizontal = 2
|
|
theme_override_colors/font_color = Color(0, 0, 0, 1)
|
|
text = "Параметры цели"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="scroll" type="ScrollContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 4.0
|
|
offset_top = 27.0
|
|
offset_right = 476.0
|
|
offset_bottom = 282.0
|
|
script = ExtResource("2_f8bq4")
|
|
|
|
[node name="table" type="GridContainer" parent="scroll"]
|
|
layout_mode = 2
|
|
script = ExtResource("3_y0507")
|