40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bsd67ktk8xp5a"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="1_m3no0"]
|
|
[ext_resource type="Script" uid="uid://c5rhhlebqyfvy" path="res://scenes/frame-threats/scroll-threats.gd" id="2_empn3"]
|
|
[ext_resource type="Script" uid="uid://c5pq0hbrij34d" path="res://table/table.gd" id="3_4bupu"]
|
|
|
|
[node name="frm_threats" type="NinePatchRect"]
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource("1_m3no0")
|
|
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 = 51.0
|
|
offset_right = 476.0
|
|
offset_bottom = 282.0
|
|
script = ExtResource("2_empn3")
|
|
|
|
[node name="table" type="GridContainer" parent="scroll"]
|
|
layout_mode = 2
|
|
columns = 4
|
|
script = ExtResource("3_4bupu")
|