diff --git a/scenes/работа.tscn b/scenes/работа.tscn index c4ca5d8e..043553f4 100644 --- a/scenes/работа.tscn +++ b/scenes/работа.tscn @@ -1,11 +1,12 @@ -[gd_scene load_steps=9 format=3 uid="uid://b276iygic5itk"] +[gd_scene load_steps=10 format=3 uid="uid://b276iygic5itk"] [ext_resource type="Script" path="res://scenes/работа.gd" id="1_g2xk6"] [ext_resource type="PackedScene" uid="uid://nl1vklubr5kr" path="res://scenes/bip.tscn" id="2_ijbv2"] [ext_resource type="PackedScene" uid="uid://b5kjdyxuwsot5" path="res://scenes/canvas.tscn" id="3_fppu7"] [ext_resource type="Texture2D" uid="uid://cs6i1xwx0pmdk" path="res://data/рамка-панели.png" id="3_usoq4"] -[ext_resource type="Script" path="res://scenes/scrl-threats.gd" id="5_tr3hj"] +[ext_resource type="Script" path="res://scenes/scroll-threats.gd" id="5_tr3hj"] [ext_resource type="Script" path="res://table/table.gd" id="6_fpdpm"] +[ext_resource type="Script" path="res://scenes/scroll-params.gd" id="6_tict0"] [ext_resource type="PackedScene" uid="uid://da7w3vkhadfwe" path="res://scenes/button-flat.tscn" id="7_2sxkw"] [ext_resource type="FontFile" uid="uid://befva8r034a4v" path="res://data/DSEG7Classic-Regular.ttf" id="8_68ssn"] @@ -28,7 +29,7 @@ layout_mode = 1 offset_left = 1112.0 offset_top = 6.0 offset_right = 1592.0 -offset_bottom = 1194.0 +offset_bottom = 1169.0 [node name="frm_ths_list" type="NinePatchRect" parent="grd_side"] layout_mode = 2 @@ -54,10 +55,10 @@ vertical_alignment = 1 [node name="scroll" type="ScrollContainer" parent="grd_side/frm_ths_list"] layout_mode = 0 -offset_left = 8.0 -offset_top = 57.0 -offset_right = 472.0 -offset_bottom = 288.0 +offset_left = 4.0 +offset_top = 51.0 +offset_right = 476.0 +offset_bottom = 282.0 script = ExtResource("5_tr3hj") [node name="table" type="GridContainer" parent="grd_side/frm_ths_list/scroll"] @@ -89,10 +90,11 @@ vertical_alignment = 1 [node name="scroll" type="ScrollContainer" parent="grd_side/frm_ths_params"] layout_mode = 0 -offset_left = 8.0 -offset_top = 57.0 -offset_right = 472.0 -offset_bottom = 288.0 +offset_left = 4.0 +offset_top = 54.0 +offset_right = 476.0 +offset_bottom = 282.0 +script = ExtResource("6_tict0") [node name="table" type="GridContainer" parent="grd_side/frm_ths_params/scroll"] layout_mode = 2 @@ -123,9 +125,9 @@ vertical_alignment = 1 [node name="scroll" type="ScrollContainer" parent="grd_side/frm_ecm_list"] layout_mode = 0 -offset_left = 8.0 +offset_left = 4.0 offset_top = 57.0 -offset_right = 468.0 +offset_right = 472.0 offset_bottom = 285.0 [node name="table" type="GridContainer" parent="grd_side/frm_ecm_list/scroll"] @@ -157,10 +159,10 @@ vertical_alignment = 1 [node name="scroll" type="ScrollContainer" parent="grd_side/frm_ecm_params"] layout_mode = 0 -offset_left = 8.0 -offset_top = 57.0 -offset_right = 468.0 -offset_bottom = 288.0 +offset_left = 4.0 +offset_top = 51.0 +offset_right = 476.0 +offset_bottom = 282.0 [node name="table" type="GridContainer" parent="grd_side/frm_ecm_params/scroll"] layout_mode = 2 @@ -395,3 +397,7 @@ offset_top = 50.0 offset_right = 83.0 offset_bottom = 72.0 text = "Опасных:" + +[connection signal="drag_begin" from="." to="." method="_on_drag_begin"] +[connection signal="drag_continue" from="." to="." method="_on_drag_continue"] +[connection signal="full_screen" from="." to="." method="toggle_full_screen" binds= [0]]