Доработка. Графические изменения режима ЭМС2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=10 format=3 uid="uid://3slb0i3pvowc"]
|
||||
[gd_scene load_steps=11 format=3 uid="uid://3slb0i3pvowc"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/tabs-switch/tab-switch.gd" id="1_fg0vd"]
|
||||
[ext_resource type="PackedScene" uid="uid://b276iygic5itk" path="res://scenes/работа/работа.tscn" id="2_u7p16"]
|
||||
@@ -6,6 +6,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://trt0q8th3bn2" path="res://scenes/журнал/журнал.tscn" id="4_cu5k8"]
|
||||
[ext_resource type="PackedScene" uid="uid://dab6loryocc73" path="res://scenes/эмс/эмс.tscn" id="5_u71bh"]
|
||||
[ext_resource type="PackedScene" uid="uid://bnptm4rlp60dq" path="res://scenes/настройки/настройки.tscn" id="6_i8iv3"]
|
||||
[ext_resource type="PackedScene" uid="uid://musb21x2u0xs" path="res://scenes/эмс2/эмс2.tscn" id="6_rsg03"]
|
||||
[ext_resource type="FontFile" uid="uid://clrxfflc1wrhj" path="res://data/main-font.tres" id="7_i7l8n"]
|
||||
|
||||
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_fe3e1"]
|
||||
@@ -22,9 +23,11 @@ layout_mode = 0
|
||||
offset_right = 1600.0
|
||||
offset_bottom = 1200.0
|
||||
tooltip_text = "Переключает режимы работы программы"
|
||||
current_tab = 4
|
||||
script = ExtResource("1_fg0vd")
|
||||
|
||||
[node name="Работа" parent="tab_switch" instance=ExtResource("2_u7p16")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Контроль" parent="tab_switch" instance=ExtResource("3_txp0s")]
|
||||
@@ -39,19 +42,9 @@ layout_mode = 2
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
[node name="ЭМС2" type="Panel" parent="tab_switch"]
|
||||
visible = false
|
||||
[node name="ЭМС2" parent="tab_switch" instance=ExtResource("6_rsg03")]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Label" type="Label" parent="tab_switch/ЭМС2"]
|
||||
layout_mode = 0
|
||||
offset_left = 476.0
|
||||
offset_top = 64.0
|
||||
offset_right = 932.0
|
||||
offset_bottom = 83.0
|
||||
text = "Режим ЭМС2
|
||||
"
|
||||
|
||||
[node name="Настройки" parent="tab_switch" instance=ExtResource("6_i8iv3")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
|
||||
Reference in New Issue
Block a user