From 835970785f0e69bedfac9198ef8743453224671d Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 24 Nov 2025 14:25:44 +0300 Subject: [PATCH 01/10] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0.=20=D0=9F=D0=BE=D0=BA=D0=B0=D0=B7=D0=B0?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0=D0=BB=D1=8C=D0=BD=D1=83=D1=8E=20=D1=81=D1=85=D0=B5=D0=BC?= =?UTF-8?q?=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit f3870aef23f41f26cd254d93064abb69a06d62ad) --- scenes/контроль/контроль.tscn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenes/контроль/контроль.tscn b/scenes/контроль/контроль.tscn index 17594358..5b726ffc 100644 --- a/scenes/контроль/контроль.tscn +++ b/scenes/контроль/контроль.tscn @@ -131,7 +131,7 @@ func clean_pribor_items(): func on_pribor_press(pribor_path, header_text, pribor_node): if cur_pribor_node: cur_pribor_node.show_functional = false - $lbl_header/chk_show_functional.button_pressed = false + $chk_show_functional.button_pressed = false cur_pribor_node = pribor_node clean_pribor_items() var pribor_obj = load(pribor_path) From 902d9b518e5006880544c494199187c746fa8d35 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 15:05:10 +0300 Subject: [PATCH 02/10] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0.=20=D0=A8=D0=B5=D0=B9=D0=B4=D0=B5=D1=80=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D0=BF=D1=80=D0=BE=D1=81=D1=82=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D1=80=D0=B0=D0=B7=D0=BC=D1=8B=D1=82=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shaders/blur.gdshader | 9 +++++++++ shaders/blur.gdshader.uid | 1 + 2 files changed, 10 insertions(+) create mode 100644 shaders/blur.gdshader create mode 100644 shaders/blur.gdshader.uid diff --git a/shaders/blur.gdshader b/shaders/blur.gdshader new file mode 100644 index 00000000..3934e950 --- /dev/null +++ b/shaders/blur.gdshader @@ -0,0 +1,9 @@ +// A Gaussian blur shader for Godot 4.3 +shader_type canvas_item; +uniform sampler2D SCREEN_TEXTURE : hint_screen_texture, filter_linear_mipmap; +uniform float lod: hint_range(0.0, 3.0) = 2.0; + +void fragment() +{ + COLOR.rgb = texture(SCREEN_TEXTURE, SCREEN_UV, lod).rgb; +} diff --git a/shaders/blur.gdshader.uid b/shaders/blur.gdshader.uid new file mode 100644 index 00000000..4cbd52a6 --- /dev/null +++ b/shaders/blur.gdshader.uid @@ -0,0 +1 @@ +uid://qe0q7aqqbe4u From b62079e24fbd2ba723346067af373f0dba83d5b3 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 15:24:47 +0300 Subject: [PATCH 03/10] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/tabs-switch/tab-switch.tscn | 2 +- scenes/контроль/контроль.tscn | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/scenes/tabs-switch/tab-switch.tscn b/scenes/tabs-switch/tab-switch.tscn index a148f043..64291d5c 100644 --- a/scenes/tabs-switch/tab-switch.tscn +++ b/scenes/tabs-switch/tab-switch.tscn @@ -8,7 +8,7 @@ [ext_resource type="PackedScene" uid="uid://musb21x2u0xs" path="res://scenes/эмс2/эмс2.tscn" id="6_41d34"] [ext_resource type="PackedScene" uid="uid://bnptm4rlp60dq" path="res://scenes/настройки/настройки.tscn" id="6_i8iv3"] [ext_resource type="Script" uid="uid://b5ykwyk5vpi6" path="res://scenes/tabs-switch/lbl_ready.gd" id="8_tidwt"] -[ext_resource type="Script" uid="uid://roajn6c6wvc1" path="res://scenes/tabs-switch/тренаж_режим.gd" id="9_41d34"] +[ext_resource type="Script" path="res://scenes/tabs-switch/тренаж_режим.gd" id="9_41d34"] [sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_tidwt"] diff --git a/scenes/контроль/контроль.tscn b/scenes/контроль/контроль.tscn index 5b726ffc..d78d689e 100644 --- a/scenes/контроль/контроль.tscn +++ b/scenes/контроль/контроль.tscn @@ -1568,16 +1568,6 @@ text = "Контроль исправности прибора" horizontal_alignment = 1 vertical_alignment = 1 -[node name="chk_show_functional" type="CheckButton" parent="lbl_header"] -layout_mode = 0 -offset_left = 972.0 -offset_top = -1.0 -offset_right = 1351.0 -offset_bottom = 33.0 -theme_override_font_sizes/font_size = 22 -text = "Показть функциональную схему Э2" -flat = true - [node name="connect_legend0" type="AnimatedSprite2D" parent="."] light_mask = 3 position = Vector2(1219, 1151) @@ -1641,6 +1631,16 @@ offset_bottom = 746.0 scale = Vector2(5, 5) texture = ExtResource("22_1s34a") +[node name="chk_show_functional" type="CheckButton" parent="."] +layout_mode = 0 +offset_left = 1050.0 +offset_top = 26.0 +offset_right = 1429.0 +offset_bottom = 60.0 +theme_override_font_sizes/font_size = 22 +text = "Показть функциональную схему Э2" +flat = true + [connection signal="gui_input" from="." to="." method="_on_gui_input"] [connection signal="toggled" from="pribor_prd_n_1" to="pribor_prd_n_1" method="_on_toggled"] [connection signal="toggled" from="pribor_uf" to="pribor_uf" method="_on_toggled"] @@ -1659,4 +1659,4 @@ texture = ExtResource("22_1s34a") [connection signal="toggled" from="pribor_prd_v_4" to="pribor_prd_v_4" method="_on_toggled"] [connection signal="toggled" from="pribor_prd_n_4" to="pribor_prd_n_4" method="_on_toggled"] [connection signal="toggled" from="pribor_prd_k_4" to="pribor_prd_k_4" method="_on_toggled"] -[connection signal="toggled" from="lbl_header/chk_show_functional" to="." method="_on_chk_show_functional_toggled"] +[connection signal="toggled" from="chk_show_functional" to="." method="_on_chk_show_functional_toggled"] From a00bb7a6e4a494b7d1e0bd20fef9ac988d0c870f Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 09:57:14 +0300 Subject: [PATCH 04/10] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=A1=D0=BE=D0=BE=D0=B1?= =?UTF-8?q?=D1=89=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BD=D0=B0=D0=BA=D0=B0=D0=BF?= =?UTF-8?q?=D0=BB=D0=B8=D0=B2=D0=B0=D1=8E=D1=82=D1=81=D1=8F=20=D0=B2=20?= =?UTF-8?q?=D0=B1=D1=83=D1=84=D0=B5=D1=80=D0=B5=20=D0=BF=D1=80=D0=B8=20?= =?UTF-8?q?=D0=B2=D1=8B=D1=81=D0=BE=D0=BA=D0=BE=D0=BC=20=D0=BA=D0=BE=D0=BB?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D1=82=D0=B2=D0=B5=20=D0=BF=D0=B0=D0=BA?= =?UTF-8?q?=D0=B5=D1=82=D0=BE=D0=B2=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/network.gd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/network.gd b/scripts/network.gd index dd0d31b4..a8d709d1 100644 --- a/scripts/network.gd +++ b/scripts/network.gd @@ -402,11 +402,11 @@ func _process(_delta: float) -> void: RenderingServer.global_shader_parameter_set('tick_curent', tick) for unit_name: StringName in units_udptx: var unit_udptx: = units_udptx[unit_name] - if Error.OK == unit_udptx.process(tick): - var sock: = send_sockets[unit_name] + var sock: = send_sockets[unit_name] + var dst_port: = dst_ports[unit_name] + var dst_addr: = dst_addrs[unit_name] + while (Error.OK == unit_udptx.process(tick)): var tx_data: = unit_udptx.tx_data.slice(0, unit_udptx.tx_len) - var dst_port: = dst_ports[unit_name] - var dst_addr: = dst_addrs[unit_name] sock.send_to([dst_addr, dst_port], tx_data) for unit_name: StringName in units_udprx: var unit_udprx: = units_udprx[unit_name] From 832fbe31bca6474daed7889ce8b0add773b616aa Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 15:50:39 +0300 Subject: [PATCH 05/10] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8F.=20=D0=A0=D0=B5=D1=84=D0=B0=D0=BA=D1=82?= =?UTF-8?q?=D0=BE=D1=80.=20=D0=A4=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B4=D0=BE?= =?UTF-8?q?=D0=BB=D0=B6=D0=BD=D1=8B=20=D0=BB=D0=B5=D0=B6=D0=B0=D1=82=D1=8C?= =?UTF-8?q?=20=D0=B2=20=D1=81=D0=B2=D0=BE=D0=B8=D1=85=20=D0=BF=D0=B0=D0=BF?= =?UTF-8?q?=D0=BA=D0=B0=D1=85.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- {scenes/tilemap => data}/23900.png | Bin {scenes/tilemap => data}/23900.png.import | 6 +- {scenes/эмс2 => data}/454.png | Bin {scenes/эмс2 => data}/454.png.import | 6 +- {scenes/эмс2 => data}/OP-63.png | Bin {scenes/эмс2 => data}/OP-63.png.import | 6 +- {scenes/tilemap => data}/dot.png | Bin {scenes/tilemap => data}/dot.png.import | 6 +- {scenes/эмс2 => data}/img4302.png | Bin {scenes/эмс2 => data}/img4302.png.import | 6 +- {scenes/эмс2 => data}/imgOP-63.png | Bin {scenes/эмс2 => data}/imgOP-63.png.import | 6 +- {scenes/эмс2 => data}/imgМР231-3.png | Bin {scenes/эмс2 => data}/imgМР231-3.png.import | 6 +- {scenes/эмс2 => data}/imgМР231S.png | Bin {scenes/эмс2 => data}/imgМР231S.png.import | 6 +- {scenes/эмс2 => data}/imgП454К.png | Bin {scenes/эмс2 => data}/imgП454К.png.import | 6 +- {scenes/эмс2 => data}/imgЦИВС.png | Bin {scenes/эмс2 => data}/imgЦИВС.png.import | 6 +- {scenes/tilemap => data}/threat.png | Bin {scenes/tilemap => data}/threat.png.import | 6 +- {scenes/эмс2 => data}/ГО.png | Bin {scenes/эмс2 => data}/ГО.png.import | 6 +- {scenes/эмс2 => data}/Излучение.png | Bin {scenes/эмс2 => data}/Излучение.png.import | 6 +- {scenes/эмс2 => data}/Квадрат марс 454.png | Bin .../эмс2 => data}/Квадрат марс 454.png.import | 6 +- {scenes/эмс2 => data}/Квадрат марс ГО.png | Bin .../эмс2 => data}/Квадрат марс ГО.png.import | 6 +- {scenes/эмс2 => data}/Квадрат марс ОР-63.png | Bin .../Квадрат марс ОР-63.png.import | 6 +- {scenes/эмс2 => data}/Квадрат марс РЛС1.png | Bin .../Квадрат марс РЛС1.png.import | 6 +- {scenes/эмс2 => data}/Квадрат марс РЛС2.png | Bin .../Квадрат марс РЛС2.png.import | 6 +- .../эмс2 => data}/Квадрат марс с трубкой.png | Bin .../Квадрат марс с трубкой.png.import | 6 +- .../эмс2 => data}/Квадрат салатный 454.png | Bin .../Квадрат салатный 454.png.import | 6 +- {scenes/эмс2 => data}/Квадрат салатный ГО.png | Bin .../Квадрат салатный ГО.png.import | 6 +- .../эмс2 => data}/Квадрат салатный ОР-63.png | Bin .../Квадрат салатный ОР-63.png.import | 6 +- .../эмс2 => data}/Квадрат салатный РЛС1.png | Bin .../Квадрат салатный РЛС1.png.import | 6 +- .../эмс2 => data}/Квадрат салатный РЛС2.png | Bin .../Квадрат салатный РЛС2.png.import | 6 +- .../Квадрат салатный с трубкой.png | Bin .../Квадрат салатный с трубкой.png.import | 6 +- .../эмс2 => data}/Кнопка подтверждения01.png | Bin .../Кнопка подтверждения01.png.import | 6 +- .../эмс2 => data}/Кнопка подтверждения11.png | Bin .../Кнопка подтверждения11.png.import | 6 +- {scenes/эмс2 => data}/ННВС.png | Bin {scenes/эмс2 => data}/ННВС.png.import | 6 +- {scenes/эмс2 => data}/ННВС3.png | Bin {scenes/эмс2 => data}/ННВС3.png.import | 6 +- {scenes/эмс2 => data}/ННВС4.png | Bin {scenes/эмс2 => data}/ННВС4.png.import | 6 +- {scenes/эмс2 => data}/Окно частот0.png | Bin {scenes/эмс2 => data}/Окно частот0.png.import | 6 +- {scenes/эмс2 => data}/Приём.png | Bin {scenes/эмс2 => data}/Приём.png.import | 6 +- {scenes/эмс2 => data}/РЛС1.png | Bin {scenes/эмс2 => data}/РЛС1.png.import | 6 +- {scenes/эмс2 => data}/РЛС2.png | Bin {scenes/эмс2 => data}/РЛС2.png.import | 6 +- {scenes/эмс2 => data}/РЛС201.png | Bin {scenes/эмс2 => data}/РЛС201.png.import | 6 +- .../Скруглённый квадрат белый.png | Bin .../Скруглённый квадрат белый.png.import | 6 +- .../Скруглённый квадрат серый.png | Bin .../Скруглённый квадрат серый.png.import | 6 +- .../Скруглённый прямоуг салатный.png | Bin .../Скруглённый прямоуг салатный.png.import | 6 +- .../Скруглённый прямоугольник белый.png | Bin .../Скруглённый прямоугольник белый.png.import | 6 +- .../Скруглённый прямоугольник серый.png | Bin .../Скруглённый прямоугольник серый.png.import | 6 +- {scenes/эмс2 => data}/Состояние РЭС 1.png | Bin .../эмс2 => data}/Состояние РЭС 1.png.import | 6 +- {scenes/эмс2 => data}/Состояние РЭС 20.png | Bin .../эмс2 => data}/Состояние РЭС 20.png.import | 6 +- {scenes/эмс2 => data}/Состояние РЭС 40.png | Bin .../эмс2 => data}/Состояние РЭС 40.png.import | 6 +- .../Состояние ЭМС слабый сигнал.png | Bin .../Состояние ЭМС слабый сигнал.png.import | 6 +- {scenes/эмс2 => data}/Угловой квадрат2.png | Bin .../эмс2 => data}/Угловой квадрат2.png.import | 6 +- {scenes/эмс2 => data}/вид сверху.png | Bin {scenes/эмс2 => data}/вид сверху.png.import | 6 +- scenes/tilemap/mark.tscn | 2 +- scenes/tilemap/ship_mark.tscn | 2 +- scenes/tilemap/threat.tscn | 2 +- scenes/эмс2/эмс-тг.tscn | 14 ++-- scenes/эмс2/эмс2.tscn | 62 +++++++++--------- 97 files changed, 179 insertions(+), 179 deletions(-) rename {scenes/tilemap => data}/23900.png (100%) rename {scenes/tilemap => data}/23900.png.import (72%) rename {scenes/эмс2 => data}/454.png (100%) rename {scenes/эмс2 => data}/454.png.import (73%) rename {scenes/эмс2 => data}/OP-63.png (100%) rename {scenes/эмс2 => data}/OP-63.png.import (72%) rename {scenes/tilemap => data}/dot.png (100%) rename {scenes/tilemap => data}/dot.png.import (73%) rename {scenes/эмс2 => data}/img4302.png (100%) rename {scenes/эмс2 => data}/img4302.png.import (72%) rename {scenes/эмс2 => data}/imgOP-63.png (100%) rename {scenes/эмс2 => data}/imgOP-63.png.import (72%) rename {scenes/эмс2 => data}/imgМР231-3.png (100%) rename {scenes/эмс2 => data}/imgМР231-3.png.import (70%) rename {scenes/эмс2 => data}/imgМР231S.png (100%) rename {scenes/эмс2 => data}/imgМР231S.png.import (71%) rename {scenes/эмс2 => data}/imgП454К.png (100%) rename {scenes/эмс2 => data}/imgП454К.png.import (71%) rename {scenes/эмс2 => data}/imgЦИВС.png (100%) rename {scenes/эмс2 => data}/imgЦИВС.png.import (71%) rename {scenes/tilemap => data}/threat.png (100%) rename {scenes/tilemap => data}/threat.png.import (72%) rename {scenes/эмс2 => data}/ГО.png (100%) rename {scenes/эмс2 => data}/ГО.png.import (73%) rename {scenes/эмс2 => data}/Излучение.png (100%) rename {scenes/эмс2 => data}/Излучение.png.import (69%) rename {scenes/эмс2 => data}/Квадрат марс 454.png (100%) rename {scenes/эмс2 => data}/Квадрат марс 454.png.import (74%) rename {scenes/эмс2 => data}/Квадрат марс ГО.png (100%) rename {scenes/эмс2 => data}/Квадрат марс ГО.png.import (74%) rename {scenes/эмс2 => data}/Квадрат марс ОР-63.png (100%) rename {scenes/эмс2 => data}/Квадрат марс ОР-63.png.import (81%) rename {scenes/эмс2 => data}/Квадрат марс РЛС1.png (100%) rename {scenes/эмс2 => data}/Квадрат марс РЛС1.png.import (81%) rename {scenes/эмс2 => data}/Квадрат марс РЛС2.png (100%) rename {scenes/эмс2 => data}/Квадрат марс РЛС2.png.import (81%) rename {scenes/эмс2 => data}/Квадрат марс с трубкой.png (100%) rename {scenes/эмс2 => data}/Квадрат марс с трубкой.png.import (78%) rename {scenes/эмс2 => data}/Квадрат салатный 454.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный 454.png.import (80%) rename {scenes/эмс2 => data}/Квадрат салатный ГО.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный ГО.png.import (79%) rename {scenes/эмс2 => data}/Квадрат салатный ОР-63.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный ОР-63.png.import (79%) rename {scenes/эмс2 => data}/Квадрат салатный РЛС1.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный РЛС1.png.import (79%) rename {scenes/эмс2 => data}/Квадрат салатный РЛС2.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный РЛС2.png.import (79%) rename {scenes/эмс2 => data}/Квадрат салатный с трубкой.png (100%) rename {scenes/эмс2 => data}/Квадрат салатный с трубкой.png.import (76%) rename {scenes/эмс2 => data}/Кнопка подтверждения01.png (100%) rename {scenes/эмс2 => data}/Кнопка подтверждения01.png.import (78%) rename {scenes/эмс2 => data}/Кнопка подтверждения11.png (100%) rename {scenes/эмс2 => data}/Кнопка подтверждения11.png.import (78%) rename {scenes/эмс2 => data}/ННВС.png (100%) rename {scenes/эмс2 => data}/ННВС.png.import (72%) rename {scenes/эмс2 => data}/ННВС3.png (100%) rename {scenes/эмс2 => data}/ННВС3.png.import (71%) rename {scenes/эмс2 => data}/ННВС4.png (100%) rename {scenes/эмс2 => data}/ННВС4.png.import (71%) rename {scenes/эмс2 => data}/Окно частот0.png (100%) rename {scenes/эмс2 => data}/Окно частот0.png.import (68%) rename {scenes/эмс2 => data}/Приём.png (100%) rename {scenes/эмс2 => data}/Приём.png.import (71%) rename {scenes/эмс2 => data}/РЛС1.png (100%) rename {scenes/эмс2 => data}/РЛС1.png.import (72%) rename {scenes/эмс2 => data}/РЛС2.png (100%) rename {scenes/эмс2 => data}/РЛС2.png.import (72%) rename {scenes/эмс2 => data}/РЛС201.png (100%) rename {scenes/эмс2 => data}/РЛС201.png.import (71%) rename {scenes/эмс2 => data}/Скруглённый квадрат белый.png (100%) rename {scenes/эмс2 => data}/Скруглённый квадрат белый.png.import (76%) rename {scenes/эмс2 => data}/Скруглённый квадрат серый.png (100%) rename {scenes/эмс2 => data}/Скруглённый квадрат серый.png.import (76%) rename {scenes/эмс2 => data}/Скруглённый прямоуг салатный.png (100%) rename {scenes/эмс2 => data}/Скруглённый прямоуг салатный.png.import (75%) rename {scenes/эмс2 => data}/Скруглённый прямоугольник белый.png (100%) rename {scenes/эмс2 => data}/Скруглённый прямоугольник белый.png.import (74%) rename {scenes/эмс2 => data}/Скруглённый прямоугольник серый.png (100%) rename {scenes/эмс2 => data}/Скруглённый прямоугольник серый.png.import (74%) rename {scenes/эмс2 => data}/Состояние РЭС 1.png (100%) rename {scenes/эмс2 => data}/Состояние РЭС 1.png.import (74%) rename {scenes/эмс2 => data}/Состояние РЭС 20.png (100%) rename {scenes/эмс2 => data}/Состояние РЭС 20.png.import (74%) rename {scenes/эмс2 => data}/Состояние РЭС 40.png (100%) rename {scenes/эмс2 => data}/Состояние РЭС 40.png.import (74%) rename {scenes/эмс2 => data}/Состояние ЭМС слабый сигнал.png (100%) rename {scenes/эмс2 => data}/Состояние ЭМС слабый сигнал.png.import (76%) rename {scenes/эмс2 => data}/Угловой квадрат2.png (100%) rename {scenes/эмс2 => data}/Угловой квадрат2.png.import (73%) rename {scenes/эмс2 => data}/вид сверху.png (100%) rename {scenes/эмс2 => data}/вид сверху.png.import (69%) diff --git a/scenes/tilemap/23900.png b/data/23900.png similarity index 100% rename from scenes/tilemap/23900.png rename to data/23900.png diff --git a/scenes/tilemap/23900.png.import b/data/23900.png.import similarity index 72% rename from scenes/tilemap/23900.png.import rename to data/23900.png.import index d31f8eed..51aa29ce 100644 --- a/scenes/tilemap/23900.png.import +++ b/data/23900.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cj1f2uy6qfvki" -path="res://.godot/imported/23900.png-aba6c607cdfb6350afef981f7b82f108.ctex" +path="res://.godot/imported/23900.png-d040ccca5d0a90ed3fecc02e14cd833c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/tilemap/23900.png" -dest_files=["res://.godot/imported/23900.png-aba6c607cdfb6350afef981f7b82f108.ctex"] +source_file="res://data/23900.png" +dest_files=["res://.godot/imported/23900.png-d040ccca5d0a90ed3fecc02e14cd833c.ctex"] [params] diff --git a/scenes/эмс2/454.png b/data/454.png similarity index 100% rename from scenes/эмс2/454.png rename to data/454.png diff --git a/scenes/эмс2/454.png.import b/data/454.png.import similarity index 73% rename from scenes/эмс2/454.png.import rename to data/454.png.import index b779cc3e..67cec3cd 100644 --- a/scenes/эмс2/454.png.import +++ b/data/454.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://073el51yholj" -path="res://.godot/imported/454.png-0786f89bab034f96d995fbcf0a2cf120.ctex" +path="res://.godot/imported/454.png-c132d7ef2b8e83240b42cc8ee25bc3a1.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/454.png" -dest_files=["res://.godot/imported/454.png-0786f89bab034f96d995fbcf0a2cf120.ctex"] +source_file="res://data/454.png" +dest_files=["res://.godot/imported/454.png-c132d7ef2b8e83240b42cc8ee25bc3a1.ctex"] [params] diff --git a/scenes/эмс2/OP-63.png b/data/OP-63.png similarity index 100% rename from scenes/эмс2/OP-63.png rename to data/OP-63.png diff --git a/scenes/эмс2/OP-63.png.import b/data/OP-63.png.import similarity index 72% rename from scenes/эмс2/OP-63.png.import rename to data/OP-63.png.import index c07a24d0..f0f52d93 100644 --- a/scenes/эмс2/OP-63.png.import +++ b/data/OP-63.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://0w6q4vfst0ry" -path="res://.godot/imported/OP-63.png-5da3f06f893690e242765af13436cb44.ctex" +path="res://.godot/imported/OP-63.png-2a0f3c88de1eabad7f9bd75309301148.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/OP-63.png" -dest_files=["res://.godot/imported/OP-63.png-5da3f06f893690e242765af13436cb44.ctex"] +source_file="res://data/OP-63.png" +dest_files=["res://.godot/imported/OP-63.png-2a0f3c88de1eabad7f9bd75309301148.ctex"] [params] diff --git a/scenes/tilemap/dot.png b/data/dot.png similarity index 100% rename from scenes/tilemap/dot.png rename to data/dot.png diff --git a/scenes/tilemap/dot.png.import b/data/dot.png.import similarity index 73% rename from scenes/tilemap/dot.png.import rename to data/dot.png.import index fcf1bed3..2b48ffea 100644 --- a/scenes/tilemap/dot.png.import +++ b/data/dot.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cgqo5gucd2be0" -path="res://.godot/imported/dot.png-e35f44878005aaa12b3432f2608ddde5.ctex" +path="res://.godot/imported/dot.png-5d2b863cff34eea0d0b20ed5476ff90e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/tilemap/dot.png" -dest_files=["res://.godot/imported/dot.png-e35f44878005aaa12b3432f2608ddde5.ctex"] +source_file="res://data/dot.png" +dest_files=["res://.godot/imported/dot.png-5d2b863cff34eea0d0b20ed5476ff90e.ctex"] [params] diff --git a/scenes/эмс2/img4302.png b/data/img4302.png similarity index 100% rename from scenes/эмс2/img4302.png rename to data/img4302.png diff --git a/scenes/эмс2/img4302.png.import b/data/img4302.png.import similarity index 72% rename from scenes/эмс2/img4302.png.import rename to data/img4302.png.import index e94b696f..0a29f5e9 100644 --- a/scenes/эмс2/img4302.png.import +++ b/data/img4302.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bj7vjj0ltgq4u" -path="res://.godot/imported/img4302.png-6e80975f597e730b9472afc977ec1c0d.ctex" +path="res://.godot/imported/img4302.png-5eee23c9a44f99f969e357ae92f76b5e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/img4302.png" -dest_files=["res://.godot/imported/img4302.png-6e80975f597e730b9472afc977ec1c0d.ctex"] +source_file="res://data/img4302.png" +dest_files=["res://.godot/imported/img4302.png-5eee23c9a44f99f969e357ae92f76b5e.ctex"] [params] diff --git a/scenes/эмс2/imgOP-63.png b/data/imgOP-63.png similarity index 100% rename from scenes/эмс2/imgOP-63.png rename to data/imgOP-63.png diff --git a/scenes/эмс2/imgOP-63.png.import b/data/imgOP-63.png.import similarity index 72% rename from scenes/эмс2/imgOP-63.png.import rename to data/imgOP-63.png.import index 9bfd7828..cfd696e6 100644 --- a/scenes/эмс2/imgOP-63.png.import +++ b/data/imgOP-63.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dr3oxsnnuss40" -path="res://.godot/imported/imgOP-63.png-7f3bef0f8f72c875930fdbef72a924bc.ctex" +path="res://.godot/imported/imgOP-63.png-97d3c8a1732b09b40fca161db2399e48.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/imgOP-63.png" -dest_files=["res://.godot/imported/imgOP-63.png-7f3bef0f8f72c875930fdbef72a924bc.ctex"] +source_file="res://data/imgOP-63.png" +dest_files=["res://.godot/imported/imgOP-63.png-97d3c8a1732b09b40fca161db2399e48.ctex"] [params] diff --git a/scenes/эмс2/imgМР231-3.png b/data/imgМР231-3.png similarity index 100% rename from scenes/эмс2/imgМР231-3.png rename to data/imgМР231-3.png diff --git a/scenes/эмс2/imgМР231-3.png.import b/data/imgМР231-3.png.import similarity index 70% rename from scenes/эмс2/imgМР231-3.png.import rename to data/imgМР231-3.png.import index 44f7543e..289ee972 100644 --- a/scenes/эмс2/imgМР231-3.png.import +++ b/data/imgМР231-3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b2h1wrwovp1ht" -path="res://.godot/imported/imgМР231-3.png-3e0e88cc9ef1d9dae96d8042c6fec0ae.ctex" +path="res://.godot/imported/imgМР231-3.png-2e9e8021860e06d999269b0da844b898.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/imgМР231-3.png" -dest_files=["res://.godot/imported/imgМР231-3.png-3e0e88cc9ef1d9dae96d8042c6fec0ae.ctex"] +source_file="res://data/imgМР231-3.png" +dest_files=["res://.godot/imported/imgМР231-3.png-2e9e8021860e06d999269b0da844b898.ctex"] [params] diff --git a/scenes/эмс2/imgМР231S.png b/data/imgМР231S.png similarity index 100% rename from scenes/эмс2/imgМР231S.png rename to data/imgМР231S.png diff --git a/scenes/эмс2/imgМР231S.png.import b/data/imgМР231S.png.import similarity index 71% rename from scenes/эмс2/imgМР231S.png.import rename to data/imgМР231S.png.import index d1824383..51fefc93 100644 --- a/scenes/эмс2/imgМР231S.png.import +++ b/data/imgМР231S.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ck1b62i5g1p2o" -path="res://.godot/imported/imgМР231S.png-bad9289239cf8c4455c78ee3ef400439.ctex" +path="res://.godot/imported/imgМР231S.png-29aa3bce331505e885dab3f71211ec02.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/imgМР231S.png" -dest_files=["res://.godot/imported/imgМР231S.png-bad9289239cf8c4455c78ee3ef400439.ctex"] +source_file="res://data/imgМР231S.png" +dest_files=["res://.godot/imported/imgМР231S.png-29aa3bce331505e885dab3f71211ec02.ctex"] [params] diff --git a/scenes/эмс2/imgП454К.png b/data/imgП454К.png similarity index 100% rename from scenes/эмс2/imgП454К.png rename to data/imgП454К.png diff --git a/scenes/эмс2/imgП454К.png.import b/data/imgП454К.png.import similarity index 71% rename from scenes/эмс2/imgП454К.png.import rename to data/imgП454К.png.import index b5662e9c..8e588ecc 100644 --- a/scenes/эмс2/imgП454К.png.import +++ b/data/imgП454К.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dl2tpjbjnglwb" -path="res://.godot/imported/imgП454К.png-c58afb0d1917ecf5b7e4704f8016735f.ctex" +path="res://.godot/imported/imgП454К.png-f119c55f48c069f28a248543d6233e18.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/imgП454К.png" -dest_files=["res://.godot/imported/imgП454К.png-c58afb0d1917ecf5b7e4704f8016735f.ctex"] +source_file="res://data/imgП454К.png" +dest_files=["res://.godot/imported/imgП454К.png-f119c55f48c069f28a248543d6233e18.ctex"] [params] diff --git a/scenes/эмс2/imgЦИВС.png b/data/imgЦИВС.png similarity index 100% rename from scenes/эмс2/imgЦИВС.png rename to data/imgЦИВС.png diff --git a/scenes/эмс2/imgЦИВС.png.import b/data/imgЦИВС.png.import similarity index 71% rename from scenes/эмс2/imgЦИВС.png.import rename to data/imgЦИВС.png.import index 26d46adc..b29cf10d 100644 --- a/scenes/эмс2/imgЦИВС.png.import +++ b/data/imgЦИВС.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c7femlgfmjcgg" -path="res://.godot/imported/imgЦИВС.png-2088b7ce536067882af032da1969e382.ctex" +path="res://.godot/imported/imgЦИВС.png-3c5c201e9af19a5d6a4fe30a3db2704c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/imgЦИВС.png" -dest_files=["res://.godot/imported/imgЦИВС.png-2088b7ce536067882af032da1969e382.ctex"] +source_file="res://data/imgЦИВС.png" +dest_files=["res://.godot/imported/imgЦИВС.png-3c5c201e9af19a5d6a4fe30a3db2704c.ctex"] [params] diff --git a/scenes/tilemap/threat.png b/data/threat.png similarity index 100% rename from scenes/tilemap/threat.png rename to data/threat.png diff --git a/scenes/tilemap/threat.png.import b/data/threat.png.import similarity index 72% rename from scenes/tilemap/threat.png.import rename to data/threat.png.import index 9d8f51ca..177638e0 100644 --- a/scenes/tilemap/threat.png.import +++ b/data/threat.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://mobingoxskg1" -path="res://.godot/imported/threat.png-602b9c318dc5f1342d23490e047ca526.ctex" +path="res://.godot/imported/threat.png-1a67637e693cb1772ca6118255edb5e4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/tilemap/threat.png" -dest_files=["res://.godot/imported/threat.png-602b9c318dc5f1342d23490e047ca526.ctex"] +source_file="res://data/threat.png" +dest_files=["res://.godot/imported/threat.png-1a67637e693cb1772ca6118255edb5e4.ctex"] [params] diff --git a/scenes/эмс2/ГО.png b/data/ГО.png similarity index 100% rename from scenes/эмс2/ГО.png rename to data/ГО.png diff --git a/scenes/эмс2/ГО.png.import b/data/ГО.png.import similarity index 73% rename from scenes/эмс2/ГО.png.import rename to data/ГО.png.import index af60b606..926b3295 100644 --- a/scenes/эмс2/ГО.png.import +++ b/data/ГО.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cckk3jk5r32bh" -path="res://.godot/imported/ГО.png-0c35310fad9991f16e2c7944cb0aa27d.ctex" +path="res://.godot/imported/ГО.png-9297e1095c75a909727604be6351081c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/ГО.png" -dest_files=["res://.godot/imported/ГО.png-0c35310fad9991f16e2c7944cb0aa27d.ctex"] +source_file="res://data/ГО.png" +dest_files=["res://.godot/imported/ГО.png-9297e1095c75a909727604be6351081c.ctex"] [params] diff --git a/scenes/эмс2/Излучение.png b/data/Излучение.png similarity index 100% rename from scenes/эмс2/Излучение.png rename to data/Излучение.png diff --git a/scenes/эмс2/Излучение.png.import b/data/Излучение.png.import similarity index 69% rename from scenes/эмс2/Излучение.png.import rename to data/Излучение.png.import index fad4ad12..ddc03350 100644 --- a/scenes/эмс2/Излучение.png.import +++ b/data/Излучение.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bw2sx5d0mcu53" -path="res://.godot/imported/Излучение.png-5b4f1b0941f14dd39256508d964cdf77.ctex" +path="res://.godot/imported/Излучение.png-4142b1103fbee10e1f5d4abd96665a2d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Излучение.png" -dest_files=["res://.godot/imported/Излучение.png-5b4f1b0941f14dd39256508d964cdf77.ctex"] +source_file="res://data/Излучение.png" +dest_files=["res://.godot/imported/Излучение.png-4142b1103fbee10e1f5d4abd96665a2d.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс 454.png b/data/Квадрат марс 454.png similarity index 100% rename from scenes/эмс2/Квадрат марс 454.png rename to data/Квадрат марс 454.png diff --git a/scenes/эмс2/Квадрат марс 454.png.import b/data/Квадрат марс 454.png.import similarity index 74% rename from scenes/эмс2/Квадрат марс 454.png.import rename to data/Квадрат марс 454.png.import index 2edd77cc..ceeed8c3 100644 --- a/scenes/эмс2/Квадрат марс 454.png.import +++ b/data/Квадрат марс 454.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3qui21aom1ac" -path="res://.godot/imported/Квадрат марс 454.png-b95a5e87a8b4c7dfab2ab9770eb24a67.ctex" +path="res://.godot/imported/Квадрат марс 454.png-71c12351dd76fee789faa5f1bec80a92.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс 454.png" -dest_files=["res://.godot/imported/Квадрат марс 454.png-b95a5e87a8b4c7dfab2ab9770eb24a67.ctex"] +source_file="res://data/Квадрат марс 454.png" +dest_files=["res://.godot/imported/Квадрат марс 454.png-71c12351dd76fee789faa5f1bec80a92.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс ГО.png b/data/Квадрат марс ГО.png similarity index 100% rename from scenes/эмс2/Квадрат марс ГО.png rename to data/Квадрат марс ГО.png diff --git a/scenes/эмс2/Квадрат марс ГО.png.import b/data/Квадрат марс ГО.png.import similarity index 74% rename from scenes/эмс2/Квадрат марс ГО.png.import rename to data/Квадрат марс ГО.png.import index a6bcbb74..a76552ce 100644 --- a/scenes/эмс2/Квадрат марс ГО.png.import +++ b/data/Квадрат марс ГО.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://36xjgea2n22q" -path="res://.godot/imported/Квадрат марс ГО.png-23e7d814e3ad954b038d9b389d1b919d.ctex" +path="res://.godot/imported/Квадрат марс ГО.png-5d4c0f8027b34cc4827e93cb818e657d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс ГО.png" -dest_files=["res://.godot/imported/Квадрат марс ГО.png-23e7d814e3ad954b038d9b389d1b919d.ctex"] +source_file="res://data/Квадрат марс ГО.png" +dest_files=["res://.godot/imported/Квадрат марс ГО.png-5d4c0f8027b34cc4827e93cb818e657d.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс ОР-63.png b/data/Квадрат марс ОР-63.png similarity index 100% rename from scenes/эмс2/Квадрат марс ОР-63.png rename to data/Квадрат марс ОР-63.png diff --git a/scenes/эмс2/Квадрат марс ОР-63.png.import b/data/Квадрат марс ОР-63.png.import similarity index 81% rename from scenes/эмс2/Квадрат марс ОР-63.png.import rename to data/Квадрат марс ОР-63.png.import index f758218c..f60a9bd7 100644 --- a/scenes/эмс2/Квадрат марс ОР-63.png.import +++ b/data/Квадрат марс ОР-63.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cxrggrvx6l22q" -path="res://.godot/imported/Квадрат марс ОР-63.png-8ecb8e9158c9d033961932059e47bb41.ctex" +path="res://.godot/imported/Квадрат марс ОР-63.png-0767a2291d864f6db6e1ba2eba47f7e0.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс ОР-63.png" -dest_files=["res://.godot/imported/Квадрат марс ОР-63.png-8ecb8e9158c9d033961932059e47bb41.ctex"] +source_file="res://data/Квадрат марс ОР-63.png" +dest_files=["res://.godot/imported/Квадрат марс ОР-63.png-0767a2291d864f6db6e1ba2eba47f7e0.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс РЛС1.png b/data/Квадрат марс РЛС1.png similarity index 100% rename from scenes/эмс2/Квадрат марс РЛС1.png rename to data/Квадрат марс РЛС1.png diff --git a/scenes/эмс2/Квадрат марс РЛС1.png.import b/data/Квадрат марс РЛС1.png.import similarity index 81% rename from scenes/эмс2/Квадрат марс РЛС1.png.import rename to data/Квадрат марс РЛС1.png.import index 7909a7e9..32ded545 100644 --- a/scenes/эмс2/Квадрат марс РЛС1.png.import +++ b/data/Квадрат марс РЛС1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://by6a12oahbg82" -path="res://.godot/imported/Квадрат марс РЛС1.png-afcb4ef535f04c85a70508ec79f2ca49.ctex" +path="res://.godot/imported/Квадрат марс РЛС1.png-2fdc69adb1baf39adbd31a6940e7edc8.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс РЛС1.png" -dest_files=["res://.godot/imported/Квадрат марс РЛС1.png-afcb4ef535f04c85a70508ec79f2ca49.ctex"] +source_file="res://data/Квадрат марс РЛС1.png" +dest_files=["res://.godot/imported/Квадрат марс РЛС1.png-2fdc69adb1baf39adbd31a6940e7edc8.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс РЛС2.png b/data/Квадрат марс РЛС2.png similarity index 100% rename from scenes/эмс2/Квадрат марс РЛС2.png rename to data/Квадрат марс РЛС2.png diff --git a/scenes/эмс2/Квадрат марс РЛС2.png.import b/data/Квадрат марс РЛС2.png.import similarity index 81% rename from scenes/эмс2/Квадрат марс РЛС2.png.import rename to data/Квадрат марс РЛС2.png.import index 3c4a707b..a2275f01 100644 --- a/scenes/эмс2/Квадрат марс РЛС2.png.import +++ b/data/Квадрат марс РЛС2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwgqofj6yae1v" -path="res://.godot/imported/Квадрат марс РЛС2.png-4c3b92bbc046e136790faf34578d04e4.ctex" +path="res://.godot/imported/Квадрат марс РЛС2.png-97d339b659985176e1bf5b3d9396e56e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс РЛС2.png" -dest_files=["res://.godot/imported/Квадрат марс РЛС2.png-4c3b92bbc046e136790faf34578d04e4.ctex"] +source_file="res://data/Квадрат марс РЛС2.png" +dest_files=["res://.godot/imported/Квадрат марс РЛС2.png-97d339b659985176e1bf5b3d9396e56e.ctex"] [params] diff --git a/scenes/эмс2/Квадрат марс с трубкой.png b/data/Квадрат марс с трубкой.png similarity index 100% rename from scenes/эмс2/Квадрат марс с трубкой.png rename to data/Квадрат марс с трубкой.png diff --git a/scenes/эмс2/Квадрат марс с трубкой.png.import b/data/Квадрат марс с трубкой.png.import similarity index 78% rename from scenes/эмс2/Квадрат марс с трубкой.png.import rename to data/Квадрат марс с трубкой.png.import index f18a95d7..4f702817 100644 --- a/scenes/эмс2/Квадрат марс с трубкой.png.import +++ b/data/Квадрат марс с трубкой.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dsuiytxdnole7" -path="res://.godot/imported/Квадрат марс с трубкой.png-615c0815d4f723fbf95570d0bda9905c.ctex" +path="res://.godot/imported/Квадрат марс с трубкой.png-f03adfaac6e005dc959ba6a51eca1870.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат марс с трубкой.png" -dest_files=["res://.godot/imported/Квадрат марс с трубкой.png-615c0815d4f723fbf95570d0bda9905c.ctex"] +source_file="res://data/Квадрат марс с трубкой.png" +dest_files=["res://.godot/imported/Квадрат марс с трубкой.png-f03adfaac6e005dc959ba6a51eca1870.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный 454.png b/data/Квадрат салатный 454.png similarity index 100% rename from scenes/эмс2/Квадрат салатный 454.png rename to data/Квадрат салатный 454.png diff --git a/scenes/эмс2/Квадрат салатный 454.png.import b/data/Квадрат салатный 454.png.import similarity index 80% rename from scenes/эмс2/Квадрат салатный 454.png.import rename to data/Квадрат салатный 454.png.import index a6f548dd..d98cc55e 100644 --- a/scenes/эмс2/Квадрат салатный 454.png.import +++ b/data/Квадрат салатный 454.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1kuhj03yigih" -path="res://.godot/imported/Квадрат салатный 454.png-e5160944883f38443834881280210fbb.ctex" +path="res://.godot/imported/Квадрат салатный 454.png-b5a52cf636708f88d5000751acdbc349.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный 454.png" -dest_files=["res://.godot/imported/Квадрат салатный 454.png-e5160944883f38443834881280210fbb.ctex"] +source_file="res://data/Квадрат салатный 454.png" +dest_files=["res://.godot/imported/Квадрат салатный 454.png-b5a52cf636708f88d5000751acdbc349.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный ГО.png b/data/Квадрат салатный ГО.png similarity index 100% rename from scenes/эмс2/Квадрат салатный ГО.png rename to data/Квадрат салатный ГО.png diff --git a/scenes/эмс2/Квадрат салатный ГО.png.import b/data/Квадрат салатный ГО.png.import similarity index 79% rename from scenes/эмс2/Квадрат салатный ГО.png.import rename to data/Квадрат салатный ГО.png.import index 020dc94c..742fa5d2 100644 --- a/scenes/эмс2/Квадрат салатный ГО.png.import +++ b/data/Квадрат салатный ГО.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyb60nh23ys6k" -path="res://.godot/imported/Квадрат салатный ГО.png-2d7ca17d2db7cbf24be68cf04fe1ab8d.ctex" +path="res://.godot/imported/Квадрат салатный ГО.png-26dbf19de4d1cc7ea13fcbb63ea990a2.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный ГО.png" -dest_files=["res://.godot/imported/Квадрат салатный ГО.png-2d7ca17d2db7cbf24be68cf04fe1ab8d.ctex"] +source_file="res://data/Квадрат салатный ГО.png" +dest_files=["res://.godot/imported/Квадрат салатный ГО.png-26dbf19de4d1cc7ea13fcbb63ea990a2.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный ОР-63.png b/data/Квадрат салатный ОР-63.png similarity index 100% rename from scenes/эмс2/Квадрат салатный ОР-63.png rename to data/Квадрат салатный ОР-63.png diff --git a/scenes/эмс2/Квадрат салатный ОР-63.png.import b/data/Квадрат салатный ОР-63.png.import similarity index 79% rename from scenes/эмс2/Квадрат салатный ОР-63.png.import rename to data/Квадрат салатный ОР-63.png.import index 8d8d472f..091103f3 100644 --- a/scenes/эмс2/Квадрат салатный ОР-63.png.import +++ b/data/Квадрат салатный ОР-63.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3v1r4r62na8" -path="res://.godot/imported/Квадрат салатный ОР-63.png-d4e729338a9598106bf86dd54b628302.ctex" +path="res://.godot/imported/Квадрат салатный ОР-63.png-7972d0fb6bd0e9b8772b01ce12d8ddec.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный ОР-63.png" -dest_files=["res://.godot/imported/Квадрат салатный ОР-63.png-d4e729338a9598106bf86dd54b628302.ctex"] +source_file="res://data/Квадрат салатный ОР-63.png" +dest_files=["res://.godot/imported/Квадрат салатный ОР-63.png-7972d0fb6bd0e9b8772b01ce12d8ddec.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный РЛС1.png b/data/Квадрат салатный РЛС1.png similarity index 100% rename from scenes/эмс2/Квадрат салатный РЛС1.png rename to data/Квадрат салатный РЛС1.png diff --git a/scenes/эмс2/Квадрат салатный РЛС1.png.import b/data/Квадрат салатный РЛС1.png.import similarity index 79% rename from scenes/эмс2/Квадрат салатный РЛС1.png.import rename to data/Квадрат салатный РЛС1.png.import index 60d5f960..eba3d356 100644 --- a/scenes/эмс2/Квадрат салатный РЛС1.png.import +++ b/data/Квадрат салатный РЛС1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ddm55bo28sxcs" -path="res://.godot/imported/Квадрат салатный РЛС1.png-4ef0fdea9acb1266f7ae514ab0ba0e5b.ctex" +path="res://.godot/imported/Квадрат салатный РЛС1.png-25515f6d11c8ad1cdcb538334e983dfb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный РЛС1.png" -dest_files=["res://.godot/imported/Квадрат салатный РЛС1.png-4ef0fdea9acb1266f7ae514ab0ba0e5b.ctex"] +source_file="res://data/Квадрат салатный РЛС1.png" +dest_files=["res://.godot/imported/Квадрат салатный РЛС1.png-25515f6d11c8ad1cdcb538334e983dfb.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный РЛС2.png b/data/Квадрат салатный РЛС2.png similarity index 100% rename from scenes/эмс2/Квадрат салатный РЛС2.png rename to data/Квадрат салатный РЛС2.png diff --git a/scenes/эмс2/Квадрат салатный РЛС2.png.import b/data/Квадрат салатный РЛС2.png.import similarity index 79% rename from scenes/эмс2/Квадрат салатный РЛС2.png.import rename to data/Квадрат салатный РЛС2.png.import index f9ee27f7..a0eae0d8 100644 --- a/scenes/эмс2/Квадрат салатный РЛС2.png.import +++ b/data/Квадрат салатный РЛС2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dneqjcul4ipub" -path="res://.godot/imported/Квадрат салатный РЛС2.png-6f204becbb933eb3257ab57b1e48e989.ctex" +path="res://.godot/imported/Квадрат салатный РЛС2.png-603f91d45a0b3f844ece171f2660fcb6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный РЛС2.png" -dest_files=["res://.godot/imported/Квадрат салатный РЛС2.png-6f204becbb933eb3257ab57b1e48e989.ctex"] +source_file="res://data/Квадрат салатный РЛС2.png" +dest_files=["res://.godot/imported/Квадрат салатный РЛС2.png-603f91d45a0b3f844ece171f2660fcb6.ctex"] [params] diff --git a/scenes/эмс2/Квадрат салатный с трубкой.png b/data/Квадрат салатный с трубкой.png similarity index 100% rename from scenes/эмс2/Квадрат салатный с трубкой.png rename to data/Квадрат салатный с трубкой.png diff --git a/scenes/эмс2/Квадрат салатный с трубкой.png.import b/data/Квадрат салатный с трубкой.png.import similarity index 76% rename from scenes/эмс2/Квадрат салатный с трубкой.png.import rename to data/Квадрат салатный с трубкой.png.import index b6a4dd99..bc3b6dc5 100644 --- a/scenes/эмс2/Квадрат салатный с трубкой.png.import +++ b/data/Квадрат салатный с трубкой.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cw8sd7v5f31ww" -path="res://.godot/imported/Квадрат салатный с трубкой.png-9894f02231d3497fee203635233b6b05.ctex" +path="res://.godot/imported/Квадрат салатный с трубкой.png-8e08214e9c34521ff40b67f238679272.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Квадрат салатный с трубкой.png" -dest_files=["res://.godot/imported/Квадрат салатный с трубкой.png-9894f02231d3497fee203635233b6b05.ctex"] +source_file="res://data/Квадрат салатный с трубкой.png" +dest_files=["res://.godot/imported/Квадрат салатный с трубкой.png-8e08214e9c34521ff40b67f238679272.ctex"] [params] diff --git a/scenes/эмс2/Кнопка подтверждения01.png b/data/Кнопка подтверждения01.png similarity index 100% rename from scenes/эмс2/Кнопка подтверждения01.png rename to data/Кнопка подтверждения01.png diff --git a/scenes/эмс2/Кнопка подтверждения01.png.import b/data/Кнопка подтверждения01.png.import similarity index 78% rename from scenes/эмс2/Кнопка подтверждения01.png.import rename to data/Кнопка подтверждения01.png.import index ad913288..432b998d 100644 --- a/scenes/эмс2/Кнопка подтверждения01.png.import +++ b/data/Кнопка подтверждения01.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://carr8bw5rwiwj" -path="res://.godot/imported/Кнопка подтверждения01.png-1ab43fd4153a66afae313da856500257.ctex" +path="res://.godot/imported/Кнопка подтверждения01.png-bf773cf38c449bd0458ee1c4b8a72fb9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Кнопка подтверждения01.png" -dest_files=["res://.godot/imported/Кнопка подтверждения01.png-1ab43fd4153a66afae313da856500257.ctex"] +source_file="res://data/Кнопка подтверждения01.png" +dest_files=["res://.godot/imported/Кнопка подтверждения01.png-bf773cf38c449bd0458ee1c4b8a72fb9.ctex"] [params] diff --git a/scenes/эмс2/Кнопка подтверждения11.png b/data/Кнопка подтверждения11.png similarity index 100% rename from scenes/эмс2/Кнопка подтверждения11.png rename to data/Кнопка подтверждения11.png diff --git a/scenes/эмс2/Кнопка подтверждения11.png.import b/data/Кнопка подтверждения11.png.import similarity index 78% rename from scenes/эмс2/Кнопка подтверждения11.png.import rename to data/Кнопка подтверждения11.png.import index f2b7ccdc..4bd47e25 100644 --- a/scenes/эмс2/Кнопка подтверждения11.png.import +++ b/data/Кнопка подтверждения11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://da3qlv3jwui06" -path="res://.godot/imported/Кнопка подтверждения11.png-fd9d763c31ce1ff07e7a519e299ab321.ctex" +path="res://.godot/imported/Кнопка подтверждения11.png-adefa13c7e382af578ddeed190be31cb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Кнопка подтверждения11.png" -dest_files=["res://.godot/imported/Кнопка подтверждения11.png-fd9d763c31ce1ff07e7a519e299ab321.ctex"] +source_file="res://data/Кнопка подтверждения11.png" +dest_files=["res://.godot/imported/Кнопка подтверждения11.png-adefa13c7e382af578ddeed190be31cb.ctex"] [params] diff --git a/scenes/эмс2/ННВС.png b/data/ННВС.png similarity index 100% rename from scenes/эмс2/ННВС.png rename to data/ННВС.png diff --git a/scenes/эмс2/ННВС.png.import b/data/ННВС.png.import similarity index 72% rename from scenes/эмс2/ННВС.png.import rename to data/ННВС.png.import index f57389ba..7124f2c6 100644 --- a/scenes/эмс2/ННВС.png.import +++ b/data/ННВС.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://duu8q7sv0jwfh" -path="res://.godot/imported/ННВС.png-6758726dbf560196d6b2e61e00a7fd08.ctex" +path="res://.godot/imported/ННВС.png-899547e5381a581ad6c02127847ea1e9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/ННВС.png" -dest_files=["res://.godot/imported/ННВС.png-6758726dbf560196d6b2e61e00a7fd08.ctex"] +source_file="res://data/ННВС.png" +dest_files=["res://.godot/imported/ННВС.png-899547e5381a581ad6c02127847ea1e9.ctex"] [params] diff --git a/scenes/эмс2/ННВС3.png b/data/ННВС3.png similarity index 100% rename from scenes/эмс2/ННВС3.png rename to data/ННВС3.png diff --git a/scenes/эмс2/ННВС3.png.import b/data/ННВС3.png.import similarity index 71% rename from scenes/эмс2/ННВС3.png.import rename to data/ННВС3.png.import index 28f5d064..a2e24a5f 100644 --- a/scenes/эмс2/ННВС3.png.import +++ b/data/ННВС3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cyaj6t3dhpsk0" -path="res://.godot/imported/ННВС3.png-2faf3fcf8c20abef9791ca942927269e.ctex" +path="res://.godot/imported/ННВС3.png-a3f5d59f56552b63d617ee348bab87ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/ННВС3.png" -dest_files=["res://.godot/imported/ННВС3.png-2faf3fcf8c20abef9791ca942927269e.ctex"] +source_file="res://data/ННВС3.png" +dest_files=["res://.godot/imported/ННВС3.png-a3f5d59f56552b63d617ee348bab87ad.ctex"] [params] diff --git a/scenes/эмс2/ННВС4.png b/data/ННВС4.png similarity index 100% rename from scenes/эмс2/ННВС4.png rename to data/ННВС4.png diff --git a/scenes/эмс2/ННВС4.png.import b/data/ННВС4.png.import similarity index 71% rename from scenes/эмс2/ННВС4.png.import rename to data/ННВС4.png.import index b4210f03..9c4b9598 100644 --- a/scenes/эмс2/ННВС4.png.import +++ b/data/ННВС4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ctd836iecgm6i" -path="res://.godot/imported/ННВС4.png-2c62b993d70aa66b8bc1556f3d939848.ctex" +path="res://.godot/imported/ННВС4.png-86b688feaa02c70e0050733e163ce38c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/ННВС4.png" -dest_files=["res://.godot/imported/ННВС4.png-2c62b993d70aa66b8bc1556f3d939848.ctex"] +source_file="res://data/ННВС4.png" +dest_files=["res://.godot/imported/ННВС4.png-86b688feaa02c70e0050733e163ce38c.ctex"] [params] diff --git a/scenes/эмс2/Окно частот0.png b/data/Окно частот0.png similarity index 100% rename from scenes/эмс2/Окно частот0.png rename to data/Окно частот0.png diff --git a/scenes/эмс2/Окно частот0.png.import b/data/Окно частот0.png.import similarity index 68% rename from scenes/эмс2/Окно частот0.png.import rename to data/Окно частот0.png.import index bf26cc64..3b53336a 100644 --- a/scenes/эмс2/Окно частот0.png.import +++ b/data/Окно частот0.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://b1dw06ahtftq2" -path="res://.godot/imported/Окно частот0.png-6b01791c971bddb01337caf9077bf060.ctex" +path="res://.godot/imported/Окно частот0.png-79ada2e7504614b9bdf58bce1aff61fb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Окно частот0.png" -dest_files=["res://.godot/imported/Окно частот0.png-6b01791c971bddb01337caf9077bf060.ctex"] +source_file="res://data/Окно частот0.png" +dest_files=["res://.godot/imported/Окно частот0.png-79ada2e7504614b9bdf58bce1aff61fb.ctex"] [params] diff --git a/scenes/эмс2/Приём.png b/data/Приём.png similarity index 100% rename from scenes/эмс2/Приём.png rename to data/Приём.png diff --git a/scenes/эмс2/Приём.png.import b/data/Приём.png.import similarity index 71% rename from scenes/эмс2/Приём.png.import rename to data/Приём.png.import index d6692410..b759f50c 100644 --- a/scenes/эмс2/Приём.png.import +++ b/data/Приём.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://xux3mch12733" -path="res://.godot/imported/Приём.png-af57c0588e4ebcb32efb13136889a605.ctex" +path="res://.godot/imported/Приём.png-a0eeba566cb65134a3fa9d0a8bf0fc39.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Приём.png" -dest_files=["res://.godot/imported/Приём.png-af57c0588e4ebcb32efb13136889a605.ctex"] +source_file="res://data/Приём.png" +dest_files=["res://.godot/imported/Приём.png-a0eeba566cb65134a3fa9d0a8bf0fc39.ctex"] [params] diff --git a/scenes/эмс2/РЛС1.png b/data/РЛС1.png similarity index 100% rename from scenes/эмс2/РЛС1.png rename to data/РЛС1.png diff --git a/scenes/эмс2/РЛС1.png.import b/data/РЛС1.png.import similarity index 72% rename from scenes/эмс2/РЛС1.png.import rename to data/РЛС1.png.import index 0f25c3b6..9daf6c1c 100644 --- a/scenes/эмс2/РЛС1.png.import +++ b/data/РЛС1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://kyrnn1mqpc08" -path="res://.godot/imported/РЛС1.png-968d2455d9f1615a54bf6eb2a5d01f60.ctex" +path="res://.godot/imported/РЛС1.png-6e9247da587619066278ce8ab7a0d447.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/РЛС1.png" -dest_files=["res://.godot/imported/РЛС1.png-968d2455d9f1615a54bf6eb2a5d01f60.ctex"] +source_file="res://data/РЛС1.png" +dest_files=["res://.godot/imported/РЛС1.png-6e9247da587619066278ce8ab7a0d447.ctex"] [params] diff --git a/scenes/эмс2/РЛС2.png b/data/РЛС2.png similarity index 100% rename from scenes/эмс2/РЛС2.png rename to data/РЛС2.png diff --git a/scenes/эмс2/РЛС2.png.import b/data/РЛС2.png.import similarity index 72% rename from scenes/эмс2/РЛС2.png.import rename to data/РЛС2.png.import index d88a30fa..813c7e8f 100644 --- a/scenes/эмс2/РЛС2.png.import +++ b/data/РЛС2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cx0f3wcx76u1k" -path="res://.godot/imported/РЛС2.png-d9b21b8070ca878f5ca8a0f9f503e8f8.ctex" +path="res://.godot/imported/РЛС2.png-e18689f9e2e7955f0059efdf1a8ca2a4.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/РЛС2.png" -dest_files=["res://.godot/imported/РЛС2.png-d9b21b8070ca878f5ca8a0f9f503e8f8.ctex"] +source_file="res://data/РЛС2.png" +dest_files=["res://.godot/imported/РЛС2.png-e18689f9e2e7955f0059efdf1a8ca2a4.ctex"] [params] diff --git a/scenes/эмс2/РЛС201.png b/data/РЛС201.png similarity index 100% rename from scenes/эмс2/РЛС201.png rename to data/РЛС201.png diff --git a/scenes/эмс2/РЛС201.png.import b/data/РЛС201.png.import similarity index 71% rename from scenes/эмс2/РЛС201.png.import rename to data/РЛС201.png.import index 15401e9a..464c53cc 100644 --- a/scenes/эмс2/РЛС201.png.import +++ b/data/РЛС201.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bv0g3wqf0s2qf" -path="res://.godot/imported/РЛС201.png-75592e26f7acf4bf836259584bde429f.ctex" +path="res://.godot/imported/РЛС201.png-fbbdcf37ef542e078a0b387ef1eba88b.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/РЛС201.png" -dest_files=["res://.godot/imported/РЛС201.png-75592e26f7acf4bf836259584bde429f.ctex"] +source_file="res://data/РЛС201.png" +dest_files=["res://.godot/imported/РЛС201.png-fbbdcf37ef542e078a0b387ef1eba88b.ctex"] [params] diff --git a/scenes/эмс2/Скруглённый квадрат белый.png b/data/Скруглённый квадрат белый.png similarity index 100% rename from scenes/эмс2/Скруглённый квадрат белый.png rename to data/Скруглённый квадрат белый.png diff --git a/scenes/эмс2/Скруглённый квадрат белый.png.import b/data/Скруглённый квадрат белый.png.import similarity index 76% rename from scenes/эмс2/Скруглённый квадрат белый.png.import rename to data/Скруглённый квадрат белый.png.import index 71bda3c3..d2064921 100644 --- a/scenes/эмс2/Скруглённый квадрат белый.png.import +++ b/data/Скруглённый квадрат белый.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://djv8fkddcjucs" -path="res://.godot/imported/Скруглённый квадрат белый.png-84c153e87da8cd3b65ff5d0a5a0ea7ca.ctex" +path="res://.godot/imported/Скруглённый квадрат белый.png-4793c453fe49bfbe7c9affd223331345.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Скруглённый квадрат белый.png" -dest_files=["res://.godot/imported/Скруглённый квадрат белый.png-84c153e87da8cd3b65ff5d0a5a0ea7ca.ctex"] +source_file="res://data/Скруглённый квадрат белый.png" +dest_files=["res://.godot/imported/Скруглённый квадрат белый.png-4793c453fe49bfbe7c9affd223331345.ctex"] [params] diff --git a/scenes/эмс2/Скруглённый квадрат серый.png b/data/Скруглённый квадрат серый.png similarity index 100% rename from scenes/эмс2/Скруглённый квадрат серый.png rename to data/Скруглённый квадрат серый.png diff --git a/scenes/эмс2/Скруглённый квадрат серый.png.import b/data/Скруглённый квадрат серый.png.import similarity index 76% rename from scenes/эмс2/Скруглённый квадрат серый.png.import rename to data/Скруглённый квадрат серый.png.import index b0ed6347..c348d23a 100644 --- a/scenes/эмс2/Скруглённый квадрат серый.png.import +++ b/data/Скруглённый квадрат серый.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bymxiptkbufvs" -path="res://.godot/imported/Скруглённый квадрат серый.png-4655829309cca3b1dec2c9ae01376d54.ctex" +path="res://.godot/imported/Скруглённый квадрат серый.png-2111d7338e52a03a41f05d6ffbbc3eb6.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Скруглённый квадрат серый.png" -dest_files=["res://.godot/imported/Скруглённый квадрат серый.png-4655829309cca3b1dec2c9ae01376d54.ctex"] +source_file="res://data/Скруглённый квадрат серый.png" +dest_files=["res://.godot/imported/Скруглённый квадрат серый.png-2111d7338e52a03a41f05d6ffbbc3eb6.ctex"] [params] diff --git a/scenes/эмс2/Скруглённый прямоуг салатный.png b/data/Скруглённый прямоуг салатный.png similarity index 100% rename from scenes/эмс2/Скруглённый прямоуг салатный.png rename to data/Скруглённый прямоуг салатный.png diff --git a/scenes/эмс2/Скруглённый прямоуг салатный.png.import b/data/Скруглённый прямоуг салатный.png.import similarity index 75% rename from scenes/эмс2/Скруглённый прямоуг салатный.png.import rename to data/Скруглённый прямоуг салатный.png.import index 2bd44155..582915bb 100644 --- a/scenes/эмс2/Скруглённый прямоуг салатный.png.import +++ b/data/Скруглённый прямоуг салатный.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://busl8rb38lis" -path="res://.godot/imported/Скруглённый прямоуг салатный.png-6f841ceab8a518839c1455ba064067fd.ctex" +path="res://.godot/imported/Скруглённый прямоуг салатный.png-e10b4e8820d45ab6e79c4fba522af854.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Скруглённый прямоуг салатный.png" -dest_files=["res://.godot/imported/Скруглённый прямоуг салатный.png-6f841ceab8a518839c1455ba064067fd.ctex"] +source_file="res://data/Скруглённый прямоуг салатный.png" +dest_files=["res://.godot/imported/Скруглённый прямоуг салатный.png-e10b4e8820d45ab6e79c4fba522af854.ctex"] [params] diff --git a/scenes/эмс2/Скруглённый прямоугольник белый.png b/data/Скруглённый прямоугольник белый.png similarity index 100% rename from scenes/эмс2/Скруглённый прямоугольник белый.png rename to data/Скруглённый прямоугольник белый.png diff --git a/scenes/эмс2/Скруглённый прямоугольник белый.png.import b/data/Скруглённый прямоугольник белый.png.import similarity index 74% rename from scenes/эмс2/Скруглённый прямоугольник белый.png.import rename to data/Скруглённый прямоугольник белый.png.import index 099aaf4f..ff4ba64e 100644 --- a/scenes/эмс2/Скруглённый прямоугольник белый.png.import +++ b/data/Скруглённый прямоугольник белый.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://3siondd3feev" -path="res://.godot/imported/Скруглённый прямоугольник белый.png-5c31693454260983c7c649f3f4a01f32.ctex" +path="res://.godot/imported/Скруглённый прямоугольник белый.png-758adbfc4fc135ed0095e711422b8c0e.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Скруглённый прямоугольник белый.png" -dest_files=["res://.godot/imported/Скруглённый прямоугольник белый.png-5c31693454260983c7c649f3f4a01f32.ctex"] +source_file="res://data/Скруглённый прямоугольник белый.png" +dest_files=["res://.godot/imported/Скруглённый прямоугольник белый.png-758adbfc4fc135ed0095e711422b8c0e.ctex"] [params] diff --git a/scenes/эмс2/Скруглённый прямоугольник серый.png b/data/Скруглённый прямоугольник серый.png similarity index 100% rename from scenes/эмс2/Скруглённый прямоугольник серый.png rename to data/Скруглённый прямоугольник серый.png diff --git a/scenes/эмс2/Скруглённый прямоугольник серый.png.import b/data/Скруглённый прямоугольник серый.png.import similarity index 74% rename from scenes/эмс2/Скруглённый прямоугольник серый.png.import rename to data/Скруглённый прямоугольник серый.png.import index 3cc928c5..6c47408a 100644 --- a/scenes/эмс2/Скруглённый прямоугольник серый.png.import +++ b/data/Скруглённый прямоугольник серый.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://7ody4v7qy36g" -path="res://.godot/imported/Скруглённый прямоугольник серый.png-28e37efcf12b47a405f349df02752b2e.ctex" +path="res://.godot/imported/Скруглённый прямоугольник серый.png-318eedc8abeb0fd535304028648863b7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Скруглённый прямоугольник серый.png" -dest_files=["res://.godot/imported/Скруглённый прямоугольник серый.png-28e37efcf12b47a405f349df02752b2e.ctex"] +source_file="res://data/Скруглённый прямоугольник серый.png" +dest_files=["res://.godot/imported/Скруглённый прямоугольник серый.png-318eedc8abeb0fd535304028648863b7.ctex"] [params] diff --git a/scenes/эмс2/Состояние РЭС 1.png b/data/Состояние РЭС 1.png similarity index 100% rename from scenes/эмс2/Состояние РЭС 1.png rename to data/Состояние РЭС 1.png diff --git a/scenes/эмс2/Состояние РЭС 1.png.import b/data/Состояние РЭС 1.png.import similarity index 74% rename from scenes/эмс2/Состояние РЭС 1.png.import rename to data/Состояние РЭС 1.png.import index a905e759..bb0516cc 100644 --- a/scenes/эмс2/Состояние РЭС 1.png.import +++ b/data/Состояние РЭС 1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://di30dfvbbdnms" -path="res://.godot/imported/Состояние РЭС 1.png-f5ba95ce2831b151364b58132bcfd6d3.ctex" +path="res://.godot/imported/Состояние РЭС 1.png-e2474563fa9b74812f9b4b5205383ee9.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Состояние РЭС 1.png" -dest_files=["res://.godot/imported/Состояние РЭС 1.png-f5ba95ce2831b151364b58132bcfd6d3.ctex"] +source_file="res://data/Состояние РЭС 1.png" +dest_files=["res://.godot/imported/Состояние РЭС 1.png-e2474563fa9b74812f9b4b5205383ee9.ctex"] [params] diff --git a/scenes/эмс2/Состояние РЭС 20.png b/data/Состояние РЭС 20.png similarity index 100% rename from scenes/эмс2/Состояние РЭС 20.png rename to data/Состояние РЭС 20.png diff --git a/scenes/эмс2/Состояние РЭС 20.png.import b/data/Состояние РЭС 20.png.import similarity index 74% rename from scenes/эмс2/Состояние РЭС 20.png.import rename to data/Состояние РЭС 20.png.import index f35014ae..8f7f660b 100644 --- a/scenes/эмс2/Состояние РЭС 20.png.import +++ b/data/Состояние РЭС 20.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bu88bqq7hrotv" -path="res://.godot/imported/Состояние РЭС 20.png-f2c617484d1f6763a642eced01c2530c.ctex" +path="res://.godot/imported/Состояние РЭС 20.png-069ed59768371127a84d24ab449b9eef.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Состояние РЭС 20.png" -dest_files=["res://.godot/imported/Состояние РЭС 20.png-f2c617484d1f6763a642eced01c2530c.ctex"] +source_file="res://data/Состояние РЭС 20.png" +dest_files=["res://.godot/imported/Состояние РЭС 20.png-069ed59768371127a84d24ab449b9eef.ctex"] [params] diff --git a/scenes/эмс2/Состояние РЭС 40.png b/data/Состояние РЭС 40.png similarity index 100% rename from scenes/эмс2/Состояние РЭС 40.png rename to data/Состояние РЭС 40.png diff --git a/scenes/эмс2/Состояние РЭС 40.png.import b/data/Состояние РЭС 40.png.import similarity index 74% rename from scenes/эмс2/Состояние РЭС 40.png.import rename to data/Состояние РЭС 40.png.import index 10ef2176..feaf2913 100644 --- a/scenes/эмс2/Состояние РЭС 40.png.import +++ b/data/Состояние РЭС 40.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://coxhivvc6uibs" -path="res://.godot/imported/Состояние РЭС 40.png-886d83ec227e25459a7d06a06ebe7ee5.ctex" +path="res://.godot/imported/Состояние РЭС 40.png-b9da524e7dee045c108d7beba04deb67.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Состояние РЭС 40.png" -dest_files=["res://.godot/imported/Состояние РЭС 40.png-886d83ec227e25459a7d06a06ebe7ee5.ctex"] +source_file="res://data/Состояние РЭС 40.png" +dest_files=["res://.godot/imported/Состояние РЭС 40.png-b9da524e7dee045c108d7beba04deb67.ctex"] [params] diff --git a/scenes/эмс2/Состояние ЭМС слабый сигнал.png b/data/Состояние ЭМС слабый сигнал.png similarity index 100% rename from scenes/эмс2/Состояние ЭМС слабый сигнал.png rename to data/Состояние ЭМС слабый сигнал.png diff --git a/scenes/эмс2/Состояние ЭМС слабый сигнал.png.import b/data/Состояние ЭМС слабый сигнал.png.import similarity index 76% rename from scenes/эмс2/Состояние ЭМС слабый сигнал.png.import rename to data/Состояние ЭМС слабый сигнал.png.import index e87d339e..b8f28515 100644 --- a/scenes/эмс2/Состояние ЭМС слабый сигнал.png.import +++ b/data/Состояние ЭМС слабый сигнал.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://c1nld5t17kws3" -path="res://.godot/imported/Состояние ЭМС слабый сигнал.png-a3138d5b7588d42d7d634dd5be83f042.ctex" +path="res://.godot/imported/Состояние ЭМС слабый сигнал.png-790a07b3c7b97e83dff4c8521b52600d.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Состояние ЭМС слабый сигнал.png" -dest_files=["res://.godot/imported/Состояние ЭМС слабый сигнал.png-a3138d5b7588d42d7d634dd5be83f042.ctex"] +source_file="res://data/Состояние ЭМС слабый сигнал.png" +dest_files=["res://.godot/imported/Состояние ЭМС слабый сигнал.png-790a07b3c7b97e83dff4c8521b52600d.ctex"] [params] diff --git a/scenes/эмс2/Угловой квадрат2.png b/data/Угловой квадрат2.png similarity index 100% rename from scenes/эмс2/Угловой квадрат2.png rename to data/Угловой квадрат2.png diff --git a/scenes/эмс2/Угловой квадрат2.png.import b/data/Угловой квадрат2.png.import similarity index 73% rename from scenes/эмс2/Угловой квадрат2.png.import rename to data/Угловой квадрат2.png.import index 57867d7c..2d640915 100644 --- a/scenes/эмс2/Угловой квадрат2.png.import +++ b/data/Угловой квадрат2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hd76uw2shjtn" -path="res://.godot/imported/Угловой квадрат2.png-3be907bbab67ff1fca7419325907734c.ctex" +path="res://.godot/imported/Угловой квадрат2.png-1c5299ac0e361e5550fd41c2978f5871.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/Угловой квадрат2.png" -dest_files=["res://.godot/imported/Угловой квадрат2.png-3be907bbab67ff1fca7419325907734c.ctex"] +source_file="res://data/Угловой квадрат2.png" +dest_files=["res://.godot/imported/Угловой квадрат2.png-1c5299ac0e361e5550fd41c2978f5871.ctex"] [params] diff --git a/scenes/эмс2/вид сверху.png b/data/вид сверху.png similarity index 100% rename from scenes/эмс2/вид сверху.png rename to data/вид сверху.png diff --git a/scenes/эмс2/вид сверху.png.import b/data/вид сверху.png.import similarity index 69% rename from scenes/эмс2/вид сверху.png.import rename to data/вид сверху.png.import index 599c115b..fc969647 100644 --- a/scenes/эмс2/вид сверху.png.import +++ b/data/вид сверху.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://hkcvl2waf63s" -path="res://.godot/imported/вид сверху.png-df889aaf419148be7d78418fb80ab875.ctex" +path="res://.godot/imported/вид сверху.png-a9d3755329663b9b1744cd62029637cb.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://scenes/эмс2/вид сверху.png" -dest_files=["res://.godot/imported/вид сверху.png-df889aaf419148be7d78418fb80ab875.ctex"] +source_file="res://data/вид сверху.png" +dest_files=["res://.godot/imported/вид сверху.png-a9d3755329663b9b1744cd62029637cb.ctex"] [params] diff --git a/scenes/tilemap/mark.tscn b/scenes/tilemap/mark.tscn index 8fc00fe2..4cbfc0c2 100644 --- a/scenes/tilemap/mark.tscn +++ b/scenes/tilemap/mark.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://ce5mtxqd1ndru"] -[ext_resource type="Texture2D" uid="uid://cgqo5gucd2be0" path="res://scenes/tilemap/dot.png" id="2_rq0y0"] +[ext_resource type="Texture2D" uid="uid://cgqo5gucd2be0" path="res://data/dot.png" id="2_rq0y0"] [node name="rect" type="TextureRect"] offset_left = -16.0 diff --git a/scenes/tilemap/ship_mark.tscn b/scenes/tilemap/ship_mark.tscn index 888ea823..8187a82b 100644 --- a/scenes/tilemap/ship_mark.tscn +++ b/scenes/tilemap/ship_mark.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://c2523fcn14gn4"] -[ext_resource type="Texture2D" uid="uid://cj1f2uy6qfvki" path="res://scenes/tilemap/23900.png" id="1_v0nwa"] +[ext_resource type="Texture2D" uid="uid://cj1f2uy6qfvki" path="res://data/23900.png" id="1_v0nwa"] [node name="23900" type="Sprite2D"] rotation = 4.71239 diff --git a/scenes/tilemap/threat.tscn b/scenes/tilemap/threat.tscn index 1457760c..d671ae2a 100644 --- a/scenes/tilemap/threat.tscn +++ b/scenes/tilemap/threat.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=2 format=3 uid="uid://cv342kc1jj5hb"] -[ext_resource type="Texture2D" uid="uid://mobingoxskg1" path="res://scenes/tilemap/threat.png" id="1_pvxsy"] +[ext_resource type="Texture2D" uid="uid://mobingoxskg1" path="res://data/threat.png" id="1_pvxsy"] [node name="Threat" type="Sprite2D"] scale = Vector2(0.0244268, 0.0244268) diff --git a/scenes/эмс2/эмс-тг.tscn b/scenes/эмс2/эмс-тг.tscn index 8b449139..4a39180c 100644 --- a/scenes/эмс2/эмс-тг.tscn +++ b/scenes/эмс2/эмс-тг.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=11 format=3 uid="uid://cyhrdjoylh8tj"] -[ext_resource type="Texture2D" uid="uid://hkcvl2waf63s" path="res://scenes/эмс2/вид сверху.png" id="1_4em3i"] -[ext_resource type="Texture2D" uid="uid://0w6q4vfst0ry" path="res://scenes/эмс2/OP-63.png" id="3_eq8fj"] -[ext_resource type="Texture2D" uid="uid://073el51yholj" path="res://scenes/эмс2/454.png" id="4_528aa"] -[ext_resource type="Texture2D" uid="uid://cckk3jk5r32bh" path="res://scenes/эмс2/ГО.png" id="5_qxr47"] -[ext_resource type="Texture2D" uid="uid://kyrnn1mqpc08" path="res://scenes/эмс2/РЛС1.png" id="6_8sxps"] -[ext_resource type="Texture2D" uid="uid://cx0f3wcx76u1k" path="res://scenes/эмс2/РЛС2.png" id="7_0bfmy"] -[ext_resource type="Texture2D" uid="uid://duu8q7sv0jwfh" path="res://scenes/эмс2/ННВС.png" id="8_aiy4x"] +[ext_resource type="Texture2D" uid="uid://hkcvl2waf63s" path="res://data/вид сверху.png" id="1_4em3i"] +[ext_resource type="Texture2D" uid="uid://0w6q4vfst0ry" path="res://data/OP-63.png" id="3_eq8fj"] +[ext_resource type="Texture2D" uid="uid://073el51yholj" path="res://data/454.png" id="4_528aa"] +[ext_resource type="Texture2D" uid="uid://cckk3jk5r32bh" path="res://data/ГО.png" id="5_qxr47"] +[ext_resource type="Texture2D" uid="uid://kyrnn1mqpc08" path="res://data/РЛС1.png" id="6_8sxps"] +[ext_resource type="Texture2D" uid="uid://cx0f3wcx76u1k" path="res://data/РЛС2.png" id="7_0bfmy"] +[ext_resource type="Texture2D" uid="uid://duu8q7sv0jwfh" path="res://data/ННВС.png" id="8_aiy4x"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_5u4bk"] load_path = "res://.godot/imported/Окно частот0.png-6b01791c971bddb01337caf9077bf060.ctex" diff --git a/scenes/эмс2/эмс2.tscn b/scenes/эмс2/эмс2.tscn index 81fd3a08..90bde52a 100644 --- a/scenes/эмс2/эмс2.tscn +++ b/scenes/эмс2/эмс2.tscn @@ -1,37 +1,37 @@ [gd_scene load_steps=35 format=3 uid="uid://musb21x2u0xs"] -[ext_resource type="Texture2D" uid="uid://hkcvl2waf63s" path="res://scenes/эмс2/вид сверху.png" id="1_b7vcf"] +[ext_resource type="Texture2D" uid="uid://hkcvl2waf63s" path="res://data/вид сверху.png" id="1_b7vcf"] [ext_resource type="Script" uid="uid://bvlqgv7aapebl" path="res://scenes/эмс2/эмс_тг.gd" id="1_l3ueu"] -[ext_resource type="Texture2D" uid="uid://0w6q4vfst0ry" path="res://scenes/эмс2/OP-63.png" id="3_8gk36"] -[ext_resource type="Texture2D" uid="uid://coxhivvc6uibs" path="res://scenes/эмс2/Состояние РЭС 40.png" id="4_b3mus"] -[ext_resource type="Texture2D" uid="uid://073el51yholj" path="res://scenes/эмс2/454.png" id="4_nqi0i"] -[ext_resource type="Texture2D" uid="uid://cckk3jk5r32bh" path="res://scenes/эмс2/ГО.png" id="5_e7tlv"] -[ext_resource type="Texture2D" uid="uid://bu88bqq7hrotv" path="res://scenes/эмс2/Состояние РЭС 20.png" id="5_yqn2y"] -[ext_resource type="Texture2D" uid="uid://di30dfvbbdnms" path="res://scenes/эмс2/Состояние РЭС 1.png" id="6_m57px"] -[ext_resource type="Texture2D" uid="uid://kyrnn1mqpc08" path="res://scenes/эмс2/РЛС1.png" id="6_y58bl"] -[ext_resource type="Texture2D" uid="uid://cx0f3wcx76u1k" path="res://scenes/эмс2/РЛС2.png" id="7_mxw8g"] -[ext_resource type="Texture2D" uid="uid://duu8q7sv0jwfh" path="res://scenes/эмс2/ННВС.png" id="8_q16jd"] -[ext_resource type="Texture2D" uid="uid://c1nld5t17kws3" path="res://scenes/эмс2/Состояние ЭМС слабый сигнал.png" id="9_5u4bk"] -[ext_resource type="Texture2D" uid="uid://djv8fkddcjucs" path="res://scenes/эмс2/Скруглённый квадрат белый.png" id="15_2spgl"] -[ext_resource type="Texture2D" uid="uid://hd76uw2shjtn" path="res://scenes/эмс2/Угловой квадрат2.png" id="16_b5v2s"] -[ext_resource type="Texture2D" uid="uid://d3qui21aom1ac" path="res://scenes/эмс2/Квадрат марс 454.png" id="17_p41nv"] -[ext_resource type="Texture2D" uid="uid://cxrggrvx6l22q" path="res://scenes/эмс2/Квадрат марс ОР-63.png" id="18_5ifkb"] -[ext_resource type="Texture2D" uid="uid://by6a12oahbg82" path="res://scenes/эмс2/Квадрат марс РЛС1.png" id="19_vyjnq"] -[ext_resource type="Texture2D" uid="uid://dwgqofj6yae1v" path="res://scenes/эмс2/Квадрат марс РЛС2.png" id="20_68srw"] -[ext_resource type="Texture2D" uid="uid://36xjgea2n22q" path="res://scenes/эмс2/Квадрат марс ГО.png" id="21_v6otu"] -[ext_resource type="Texture2D" uid="uid://dsuiytxdnole7" path="res://scenes/эмс2/Квадрат марс с трубкой.png" id="22_ufy3d"] -[ext_resource type="Texture2D" uid="uid://b1kuhj03yigih" path="res://scenes/эмс2/Квадрат салатный 454.png" id="23_h11e0"] -[ext_resource type="Texture2D" uid="uid://d3v1r4r62na8" path="res://scenes/эмс2/Квадрат салатный ОР-63.png" id="24_2pcsf"] -[ext_resource type="Texture2D" uid="uid://ddm55bo28sxcs" path="res://scenes/эмс2/Квадрат салатный РЛС1.png" id="25_wmu4u"] -[ext_resource type="Texture2D" uid="uid://dneqjcul4ipub" path="res://scenes/эмс2/Квадрат салатный РЛС2.png" id="26_w5eif"] -[ext_resource type="Texture2D" uid="uid://cyb60nh23ys6k" path="res://scenes/эмс2/Квадрат салатный ГО.png" id="27_2ft3r"] -[ext_resource type="Texture2D" uid="uid://cw8sd7v5f31ww" path="res://scenes/эмс2/Квадрат салатный с трубкой.png" id="28_rra4y"] -[ext_resource type="Texture2D" uid="uid://busl8rb38lis" path="res://scenes/эмс2/Скруглённый прямоуг салатный.png" id="29_5u4bk"] -[ext_resource type="Texture2D" uid="uid://xux3mch12733" path="res://scenes/эмс2/Приём.png" id="30_l3ueu"] -[ext_resource type="Texture2D" uid="uid://bw2sx5d0mcu53" path="res://scenes/эмс2/Излучение.png" id="31_2spgl"] -[ext_resource type="Texture2D" uid="uid://7ody4v7qy36g" path="res://scenes/эмс2/Скруглённый прямоугольник серый.png" id="31_b5v2s"] -[ext_resource type="Texture2D" uid="uid://carr8bw5rwiwj" path="res://scenes/эмс2/Кнопка подтверждения01.png" id="32_p41nv"] -[ext_resource type="Texture2D" uid="uid://3siondd3feev" path="res://scenes/эмс2/Скруглённый прямоугольник белый.png" id="33_5ifkb"] +[ext_resource type="Texture2D" uid="uid://0w6q4vfst0ry" path="res://data/OP-63.png" id="3_8gk36"] +[ext_resource type="Texture2D" uid="uid://coxhivvc6uibs" path="res://data/Состояние РЭС 40.png" id="4_b3mus"] +[ext_resource type="Texture2D" uid="uid://073el51yholj" path="res://data/454.png" id="4_nqi0i"] +[ext_resource type="Texture2D" uid="uid://cckk3jk5r32bh" path="res://data/ГО.png" id="5_e7tlv"] +[ext_resource type="Texture2D" uid="uid://bu88bqq7hrotv" path="res://data/Состояние РЭС 20.png" id="5_yqn2y"] +[ext_resource type="Texture2D" uid="uid://di30dfvbbdnms" path="res://data/Состояние РЭС 1.png" id="6_m57px"] +[ext_resource type="Texture2D" uid="uid://kyrnn1mqpc08" path="res://data/РЛС1.png" id="6_y58bl"] +[ext_resource type="Texture2D" uid="uid://cx0f3wcx76u1k" path="res://data/РЛС2.png" id="7_mxw8g"] +[ext_resource type="Texture2D" uid="uid://duu8q7sv0jwfh" path="res://data/ННВС.png" id="8_q16jd"] +[ext_resource type="Texture2D" uid="uid://c1nld5t17kws3" path="res://data/Состояние ЭМС слабый сигнал.png" id="9_5u4bk"] +[ext_resource type="Texture2D" uid="uid://djv8fkddcjucs" path="res://data/Скруглённый квадрат белый.png" id="15_2spgl"] +[ext_resource type="Texture2D" uid="uid://hd76uw2shjtn" path="res://data/Угловой квадрат2.png" id="16_b5v2s"] +[ext_resource type="Texture2D" uid="uid://d3qui21aom1ac" path="res://data/Квадрат марс 454.png" id="17_p41nv"] +[ext_resource type="Texture2D" uid="uid://cxrggrvx6l22q" path="res://data/Квадрат марс ОР-63.png" id="18_5ifkb"] +[ext_resource type="Texture2D" uid="uid://by6a12oahbg82" path="res://data/Квадрат марс РЛС1.png" id="19_vyjnq"] +[ext_resource type="Texture2D" uid="uid://dwgqofj6yae1v" path="res://data/Квадрат марс РЛС2.png" id="20_68srw"] +[ext_resource type="Texture2D" uid="uid://36xjgea2n22q" path="res://data/Квадрат марс ГО.png" id="21_v6otu"] +[ext_resource type="Texture2D" uid="uid://dsuiytxdnole7" path="res://data/Квадрат марс с трубкой.png" id="22_ufy3d"] +[ext_resource type="Texture2D" uid="uid://b1kuhj03yigih" path="res://data/Квадрат салатный 454.png" id="23_h11e0"] +[ext_resource type="Texture2D" uid="uid://d3v1r4r62na8" path="res://data/Квадрат салатный ОР-63.png" id="24_2pcsf"] +[ext_resource type="Texture2D" uid="uid://ddm55bo28sxcs" path="res://data/Квадрат салатный РЛС1.png" id="25_wmu4u"] +[ext_resource type="Texture2D" uid="uid://dneqjcul4ipub" path="res://data/Квадрат салатный РЛС2.png" id="26_w5eif"] +[ext_resource type="Texture2D" uid="uid://cyb60nh23ys6k" path="res://data/Квадрат салатный ГО.png" id="27_2ft3r"] +[ext_resource type="Texture2D" uid="uid://cw8sd7v5f31ww" path="res://data/Квадрат салатный с трубкой.png" id="28_rra4y"] +[ext_resource type="Texture2D" uid="uid://busl8rb38lis" path="res://data/Скруглённый прямоуг салатный.png" id="29_5u4bk"] +[ext_resource type="Texture2D" uid="uid://xux3mch12733" path="res://data/Приём.png" id="30_l3ueu"] +[ext_resource type="Texture2D" uid="uid://bw2sx5d0mcu53" path="res://data/Излучение.png" id="31_2spgl"] +[ext_resource type="Texture2D" uid="uid://7ody4v7qy36g" path="res://data/Скруглённый прямоугольник серый.png" id="31_b5v2s"] +[ext_resource type="Texture2D" uid="uid://carr8bw5rwiwj" path="res://data/Кнопка подтверждения01.png" id="32_p41nv"] +[ext_resource type="Texture2D" uid="uid://3siondd3feev" path="res://data/Скруглённый прямоугольник белый.png" id="33_5ifkb"] [sub_resource type="CompressedTexture2D" id="CompressedTexture2D_5u4bk"] load_path = "res://.godot/imported/Окно частот0.png-6b01791c971bddb01337caf9077bf060.ctex" From 17e5ff406770ea5906c7aeea8d133ad46ad4d103 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Tue, 25 Nov 2025 13:28:18 +0300 Subject: [PATCH 06/10] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0.=20=D0=92=D0=B0=D0=B6=D0=BD=D0=BE=D0=B5=20?= =?UTF-8?q?=D0=BF=D0=BE=D1=8F=D1=81=D0=BD=D0=B5=D0=BD=D0=B8=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 9ad0d493290e0b3fc7ff169d04dc077aaf928b19) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0f44954a..3fc369dd 100644 --- a/README.md +++ b/README.md @@ -36,4 +36,3 @@ - После клонирования запустить скрипт `git-hooks-config.sh` - В среде **Windows** запуск скрипта `git-hooks-config.sh` производить из оболочки `git bash` - Нужно обновить `settings.json` -- поиск циклических зависимостей (не реализованно) From 5ce57b0a87ba3c0afe68a5c0dc345b44a0932bbc Mon Sep 17 00:00:00 2001 From: sasha80 Date: Fri, 21 Nov 2025 14:12:35 +0300 Subject: [PATCH 07/10] =?UTF-8?q?=D0=94=D0=BE=D1=80=D0=B0=D0=B1=D0=BE?= =?UTF-8?q?=D1=82=D0=BA=D0=B0.=20=D0=92=20=D0=BF=D1=80=D0=BE=D1=86=D0=B5?= =?UTF-8?q?=D1=81=D1=81=D0=B5.=20=D0=A0=D0=B5=D0=B6=D0=B8=D0=BC=20=D0=9A?= =?UTF-8?q?=D0=BE=D0=BD=D1=82=D1=80=D0=BE=D0=BB=D1=8C.=20=D0=94=D0=BE?= =?UTF-8?q?=D0=B1=D0=B0=D0=B2=D0=B8=D1=82=D1=8C=20=D0=BD=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=80=D0=BE=D0=B9=D0=BA=D1=83=20=D1=86=D0=B2=D0=B5=D1=82=D0=B0?= =?UTF-8?q?=20=D0=B4=D0=BB=D1=8F=20=D1=84=D1=83=D0=BD=D0=BA=D1=86=D0=B8?= =?UTF-8?q?=D0=BE=D0=BD=D0=B0=D0=BB=D1=8C=D0=BD=D0=BE=D0=B9=20=D1=81=D1=85?= =?UTF-8?q?=D0=B5=D0=BC=D1=8B=20(cherry=20picked=20from=20commit=20baab8b0?= =?UTF-8?q?a69c821c9bcb796ef4a952149a017674e)=20(cherry=20picked=20from=20?= =?UTF-8?q?commit=200504ef10edddb317f30ef8ea96cc66480e532b3e)=20(cherry=20?= =?UTF-8?q?picked=20from=20commit=204158c1a1f08c862ad1d6695300ebc75fe5888c?= =?UTF-8?q?63)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/контроль/кнопка-прибора.gd | 18 +++++++++++++++++- scenes/контроль/контроль.tscn | 25 +++++++++++++------------ settings.json | 25 ++++++++++++++++++------- shaders/two-color.gdshader | 6 +++--- 4 files changed, 51 insertions(+), 23 deletions(-) diff --git a/scenes/контроль/кнопка-прибора.gd b/scenes/контроль/кнопка-прибора.gd index f3955867..d24dae3a 100644 --- a/scenes/контроль/кнопка-прибора.gd +++ b/scenes/контроль/кнопка-прибора.gd @@ -5,7 +5,23 @@ extends TextureButton @export var state_colors: Array func _on_toggled(toggled_on): $frame.visible = toggled_on -func _enter_tree() -> void: $label.self_modulate = state_colors[state] + + +func _enter_tree() -> void: + $label.self_modulate = state_colors[state] + ProjectSettings.connect('settings_changed', _on_settings_changed) + + +func _exit_tree() -> void: + ProjectSettings.disconnect('settings_changed', _on_settings_changed) + + +func _on_settings_changed(): + if not is_inside_tree(): return + var white_color = ProjectSettings.get_setting('Схема прибора. Белый цвет', Color.DIM_GRAY) + var black_color = ProjectSettings.get_setting('Схема прибора. Чёрный цвет', Color.CORAL) + $pic_functional.material.set('shader_parameter/white', white_color) + $pic_functional.material.set('shader_parameter/black', black_color) @export var state: int: diff --git a/scenes/контроль/контроль.tscn b/scenes/контроль/контроль.tscn index d78d689e..5be593c8 100644 --- a/scenes/контроль/контроль.tscn +++ b/scenes/контроль/контроль.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=27 format=3 uid="uid://lwmw4egynmd1"] +[gd_scene load_steps=26 format=3 uid="uid://lwmw4egynmd1"] [ext_resource type="Texture2D" uid="uid://bar8k5qef7kch" path="res://data/УФ.png" id="2_0nvm1"] [ext_resource type="Script" uid="uid://q3gmpsqspjfp" path="res://scenes/контроль/внешний.gd" id="2_8r80x"] @@ -22,7 +22,6 @@ [ext_resource type="Texture2D" uid="uid://vdhmga62vjsj" path="res://data/АФСП-РТР.png" id="13_32yvq"] [ext_resource type="Texture2D" uid="uid://dm350ta8noa0v" path="res://data/У-РЭП-РПД-К.png" id="16_32yvq"] [ext_resource type="Texture2D" uid="uid://c3cyog3gy24ft" path="res://data/У-ЭП.png" id="16_gjf0t"] -[ext_resource type="Texture2D" uid="uid://cllxcfa130vqu" path="res://data/УА-РЭП.png" id="22_1s34a"] [sub_resource type="GDScript" id="GDScript_iqgf5"] script/source = "extends Panel @@ -143,6 +142,7 @@ func on_pribor_press(pribor_path, header_text, pribor_node): push_error('экземпляр не создан: \\\"%s\\\" (%s)' % [pribor_path, header_text]) return $lbl_header.text = header_text + $chk_show_functional.disabled = false var meta_list = pribor_node.get_meta_list() if meta_list.find('unit_name') > -1: var unit_name = pribor_node.get_meta('unit_name') @@ -183,8 +183,8 @@ animations = [{ [sub_resource type="ShaderMaterial" id="ShaderMaterial_71ec4"] shader = ExtResource("9_71ec4") -shader_parameter/grey = Vector3(0.14, 0.13, 0.13) -shader_parameter/orange = Vector3(0.95, 0.55, 0.05) +shader_parameter/white = Vector3(0.14, 0.13, 0.13) +shader_parameter/black = Vector3(0.95, 0.55, 0.05) shader_parameter/gamma = 2.0 [node name="Контроль" type="Panel"] @@ -1621,15 +1621,16 @@ points = PackedVector2Array(-8, 0, 608, 0) width = 2.0 default_color = Color(1, 1, 1, 0.352941) -[node name="pic_functional" type="TextureRect" parent="."] -visible = false +[node name="chk_show_functional" type="CheckButton" parent="."] layout_mode = 0 -offset_left = -962.0 -offset_top = 73.0 -offset_right = 96.9999 -offset_bottom = 746.0 -scale = Vector2(5, 5) -texture = ExtResource("22_1s34a") +offset_left = 1050.0 +offset_top = 26.0 +offset_right = 1429.0 +offset_bottom = 60.0 +theme_override_font_sizes/font_size = 22 +disabled = true +text = "Показть функциональную схему Э2" +flat = true [node name="chk_show_functional" type="CheckButton" parent="."] layout_mode = 0 diff --git a/settings.json b/settings.json index 427f4455..daf3d721 100644 --- a/settings.json +++ b/settings.json @@ -4,6 +4,7 @@ "Адрес БПО левого борта": "http://172.22.246.13:8081/selftest?presetType=bpo&400000000", "Адрес БПО правого борта": "http://172.22.246.11:8082/selftest?presetType=bpo&400000000", "Виртуальная клавиатура": false, + "Включить работу по своим целям": true, "Внешнее указание Трасса": false, "Внешнее управление": false, "Кнопка «JTIDS»": false, @@ -26,29 +27,31 @@ "Период опроса состояния АФСП, секунды": "30", "Период опроса состояния БПО, секунды": "30", "Скрыть вкладку ЭМС 2": true, + "Список своих протоколов": "j11", + "Схема прибора. Белый цвет": [1.0, 1.0, 1.0], + "Схема прибора. Чёрный цвет": [0.0, 0.0, 0.0], "Текущая версия ПО УАРЭП": "master b2633d8 Thu Sep 11 16:26:39 2025 +0300", - "Шаблон адреса сервера карт": "http://10.1.1.2:8001/osm_tiles/{z}/{x}/{y}.png", + "Шаблон адреса сервера карт": "http://169.254.27.71:8001/osm_tiles/{z}/{x}/{y}.png", "навигация": [ "*", 60000, true, true ], - "уареп-трасса": "127.0.0.1,127.0.0.1,50200,10004", "уарэп-5п28": [ "127.0.0.1", 50777 ], "уарэп-капсрпб": [ - "192.168.11.102", - "192.168.11.105", + "127.0.0.1", + "127.0.0.1", 42023, 42022, false, true ], "уарэп-спт25-1": [ - "/home/user/tty0", + "/home/sasha/dev/tty0", 0, 19200, "N", @@ -56,15 +59,23 @@ 1 ], "уарэп-спт25-2": [ - "/home/user/tty1", + "/home/sasha/dev/tty4", 0, 19200, "N", 8, 1 ], + "уарэп-трасса": [ + "127.0.0.1", + "127.0.0.1", + 50200, + 10004, + false, + true + ], "уарэп-щ3": [ - "/home/user/tty3", + "/home/sasha/dev/tty2", 7, 19200, "N", diff --git a/shaders/two-color.gdshader b/shaders/two-color.gdshader index 570725e2..fd0f624b 100644 --- a/shaders/two-color.gdshader +++ b/shaders/two-color.gdshader @@ -1,7 +1,7 @@ shader_type canvas_item; -uniform vec3 grey = vec3(0.14, 0.13, 0.13); -uniform vec3 orange = vec3(0.95, 0.55, 0.05); +uniform vec3 white = vec3(0.14, 0.13, 0.13); +uniform vec3 black = vec3(0.95, 0.55, 0.05); uniform float gamma = 2.0; vec3 bw_to_2color(vec3 c, vec3 dark, vec3 light) @@ -13,5 +13,5 @@ vec3 bw_to_2color(vec3 c, vec3 dark, vec3 light) void fragment() { - COLOR.rgb = bw_to_2color(texture(TEXTURE, UV).rgb, grey, orange); + COLOR.rgb = bw_to_2color(texture(TEXTURE, UV).rgb, white, black); } From abf683601e2c11bfb4f9c05ab9dd2ea5351847af Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 16:04:14 +0300 Subject: [PATCH 08/10] =?UTF-8?q?=D0=A0=D0=B5=D0=B3=D1=80=D0=B5=D1=81?= =?UTF-8?q?=D1=81=D0=B8=D1=8F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/контроль/контроль.tscn | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/scenes/контроль/контроль.tscn b/scenes/контроль/контроль.tscn index 5be593c8..7ca15a0a 100644 --- a/scenes/контроль/контроль.tscn +++ b/scenes/контроль/контроль.tscn @@ -1632,16 +1632,6 @@ disabled = true text = "Показть функциональную схему Э2" flat = true -[node name="chk_show_functional" type="CheckButton" parent="."] -layout_mode = 0 -offset_left = 1050.0 -offset_top = 26.0 -offset_right = 1429.0 -offset_bottom = 60.0 -theme_override_font_sizes/font_size = 22 -text = "Показть функциональную схему Э2" -flat = true - [connection signal="gui_input" from="." to="." method="_on_gui_input"] [connection signal="toggled" from="pribor_prd_n_1" to="pribor_prd_n_1" method="_on_toggled"] [connection signal="toggled" from="pribor_uf" to="pribor_uf" method="_on_toggled"] From 32f2649734dff462df777632f31717326668f558 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 16:21:11 +0300 Subject: [PATCH 09/10] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5.=20ERROR:=20This=20project=20doe?= =?UTF-8?q?sn't=20have=20an=20`export=5Fpresets.cfg`=20file=20at=20its=20r?= =?UTF-8?q?oot.=20Create=20an=20export=20preset=20from=20the=20"Project=20?= =?UTF-8?q?>=20Export"=20dialog=20and=20try=20again.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 - export_presets.cfg | 112 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 112 insertions(+), 1 deletion(-) create mode 100644 export_presets.cfg diff --git a/.gitignore b/.gitignore index 4762b6c1..a6146d7f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ .import/ .dev/ export.cfg -export_presets.cfg # Imported translations (automatically generated from CSV files) *.translation diff --git a/export_presets.cfg b/export_presets.cfg new file mode 100644 index 00000000..dc12e8f0 --- /dev/null +++ b/export_presets.cfg @@ -0,0 +1,112 @@ +[preset.0] + +name="Linux-X11" +platform="Linux" +runnable=true +advanced_options=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="bin/uarep-ctl.linux.x86_64" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=0 + +[preset.0.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=2 +binary_format/embed_pck=true +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false +binary_format/architecture="x86_64" +ssh_remote_deploy/enabled=true +ssh_remote_deploy/host="user@192.168.11.105" +ssh_remote_deploy/port="22" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="#!/usr/bin/env bash +export DISPLAY=:0 +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" +\"{temp_dir}/{exe_name}\" {cmd_args}" +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash +kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\") +rm -rf \"{temp_dir}\"" +texture_format/bptc=true +texture_format/s3tc=true +texture_format/etc=false +texture_format/etc2=false + +[preset.1] + +name="Windows Desktop" +platform="Windows Desktop" +runnable=true +advanced_options=true +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="bin/uarep-ctl.exe" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=0 + +[preset.1.options] + +custom_template/debug="" +custom_template/release="" +debug/export_console_wrapper=1 +binary_format/embed_pck=true +texture_format/s3tc_bptc=true +texture_format/etc2_astc=false +binary_format/architecture="x86_64" +codesign/enable=false +codesign/timestamp=true +codesign/timestamp_server_url="" +codesign/digest_algorithm=1 +codesign/description="" +codesign/custom_options=PackedStringArray() +application/modify_resources=true +application/icon="" +application/console_wrapper_icon="" +application/icon_interpolation=4 +application/file_version="" +application/product_version="" +application/company_name="" +application/product_name="" +application/file_description="" +application/copyright="" +application/trademarks="" +application/export_angle=0 +application/export_d3d12=0 +application/d3d12_agility_sdk_multiarch=true +ssh_remote_deploy/enabled=false +ssh_remote_deploy/host="user@host_ip" +ssh_remote_deploy/port="22" +ssh_remote_deploy/extra_args_ssh="" +ssh_remote_deploy/extra_args_scp="" +ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}' +$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}' +$trigger = New-ScheduledTaskTrigger -Once -At 00:00 +$settings = New-ScheduledTaskSettingsSet +$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings +Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true +Start-ScheduledTask -TaskName godot_remote_debug +while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 } +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue" +ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue +Remove-Item -Recurse -Force '{temp_dir}'" From 64b120b08618db3053e0ee281a12891c998ca978 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Mon, 1 Dec 2025 16:25:01 +0300 Subject: [PATCH 10/10] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5.=20ERROR:=20=D0=9F=D0=BE=D0=B4?= =?UTF-8?q?=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=D0=B8=D1=82=D1=8C=20=D1=88=D0=B0?= =?UTF-8?q?=D0=B1=D0=BB=D0=BE=D0=BD:=20=D0=A3=D0=BA=D0=B0=D0=B7=D0=B0?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D0=B9=20=D0=BF=D1=83=D1=82=D1=8C=20=D1=8D?= =?UTF-8?q?=D0=BA=D1=81=D0=BF=D0=BE=D1=80=D1=82=D0=B0=20=D0=BD=D0=B5=20?= =?UTF-8?q?=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D1=83=D0=B5=D1=82.?= =?UTF-8?q?=20=20=20=20at:=20add=5Fmessage=20(editor/export/editor=5Fexpor?= =?UTF-8?q?t=5Fplatform.h:243)=20ERROR:=20Project=20export=20for=20preset?= =?UTF-8?q?=20"Linux-X11"=20failed.=20=20=20=20at:=20=5Ffs=5Fchanged=20(ed?= =?UTF-8?q?itor/editor=5Fnode.cpp:1103)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index f5eab3b0..c97b0faf 100644 --- a/build.sh +++ b/build.sh @@ -12,6 +12,8 @@ TARGET_BIN="uarep-ctl.linux.x86_64" # Путь к папке в которой будет расположен исполняемый файл (загружаемый модуль) TARGET_PATH="./bin" +mkdir "${TARGET_PATH}" + # Путь к исполняемому файлу редактора Godot EDITOR="/opt/godot/godot.linuxbsd.editor.x86_64"