Доработка. Исправления при сопряжении с ПО МП-550. Добавлена возможность удаления помехи по команде от МП-550.
This commit is contained in:
26
main.tscn
26
main.tscn
@@ -1,14 +1,14 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://87gtvqd7bbje"]
|
||||
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_do14e"]
|
||||
[ext_resource type="Script" path="res://table/table.gd" id="2_vhqjb"]
|
||||
[ext_resource type="Texture2D" uid="uid://cex4jiu1pcj3x" path="res://edit-add-0.png" id="3_aeg5a"]
|
||||
[ext_resource type="Texture2D" uid="uid://cx746np1wexnd" path="res://edit-add-1.png" id="4_vmaqo"]
|
||||
[ext_resource type="Texture2D" uid="uid://blpkoi7s8qugp" path="res://document-save-0.png" id="5_ysafc"]
|
||||
[ext_resource type="Texture2D" uid="uid://wh7p3t4frxf" path="res://disconnect.png" id="6_8jprr"]
|
||||
[ext_resource type="Script" path="res://main.gd" id="1_jt2ds"]
|
||||
[ext_resource type="Script" path="res://table/table.gd" id="2_61iss"]
|
||||
[ext_resource type="Texture2D" uid="uid://cex4jiu1pcj3x" path="res://edit-add-0.png" id="3_0aqi0"]
|
||||
[ext_resource type="Texture2D" uid="uid://cx746np1wexnd" path="res://edit-add-1.png" id="4_s8cxp"]
|
||||
[ext_resource type="Texture2D" uid="uid://blpkoi7s8qugp" path="res://document-save-0.png" id="5_8l4uh"]
|
||||
[ext_resource type="Texture2D" uid="uid://wh7p3t4frxf" path="res://disconnect.png" id="6_hj3vd"]
|
||||
|
||||
[node name="main" type="Node2D"]
|
||||
script = ExtResource("1_do14e")
|
||||
script = ExtResource("1_jt2ds")
|
||||
|
||||
[node name="tabs" type="TabContainer" parent="."]
|
||||
offset_right = 1594.0
|
||||
@@ -28,7 +28,7 @@ offset_right = 1.0
|
||||
offset_bottom = 10.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("2_vhqjb")
|
||||
script = ExtResource("2_61iss")
|
||||
node_type_file = "res://ячейка-1.tscn"
|
||||
|
||||
[node name="btn_add" type="TextureButton" parent="tabs/threats"]
|
||||
@@ -37,8 +37,8 @@ offset_left = 1533.0
|
||||
offset_top = -2.0
|
||||
offset_right = 1581.0
|
||||
offset_bottom = 46.0
|
||||
texture_normal = ExtResource("3_aeg5a")
|
||||
texture_pressed = ExtResource("4_vmaqo")
|
||||
texture_normal = ExtResource("3_0aqi0")
|
||||
texture_pressed = ExtResource("4_s8cxp")
|
||||
|
||||
[node name="btn_save" type="TextureButton" parent="tabs/threats"]
|
||||
layout_mode = 0
|
||||
@@ -46,7 +46,7 @@ offset_left = 1442.0
|
||||
offset_top = -1.0
|
||||
offset_right = 1490.0
|
||||
offset_bottom = 47.0
|
||||
texture_normal = ExtResource("5_ysafc")
|
||||
texture_normal = ExtResource("5_8l4uh")
|
||||
|
||||
[node name="btn_del" type="TextureButton" parent="tabs/threats"]
|
||||
layout_mode = 0
|
||||
@@ -55,7 +55,7 @@ offset_top = 1.0
|
||||
offset_right = 1547.0
|
||||
offset_bottom = 67.0
|
||||
scale = Vector2(0.62, 0.62)
|
||||
texture_normal = ExtResource("6_8jprr")
|
||||
texture_normal = ExtResource("6_hj3vd")
|
||||
|
||||
[node name="pomehi" type="Panel" parent="tabs"]
|
||||
visible = false
|
||||
@@ -66,7 +66,7 @@ layout_mode = 0
|
||||
offset_top = 30.0
|
||||
offset_right = 1587.0
|
||||
offset_bottom = 886.0
|
||||
script = ExtResource("2_vhqjb")
|
||||
script = ExtResource("2_61iss")
|
||||
node_type_file = "res://ячейка-1.tscn"
|
||||
|
||||
[node name="fs_rect" type="ReferenceRect" parent="tabs/pomehi"]
|
||||
|
||||
Reference in New Issue
Block a user