From f4a6a4d465e6f7bee2ffd1a9767c240d9a81082c Mon Sep 17 00:00:00 2001 From: MaD_CaT Date: Mon, 12 Jan 2026 15:56:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5.=20=D0=A3=D0=B1=D1=80=D0=B0=D0=BD=20wa?= =?UTF-8?q?rning=20=D0=BF=D1=80=D0=B8=20=D1=80=D0=B0=D1=81=D0=BF=D0=B0?= =?UTF-8?q?=D0=BA=D0=BE=D0=B2=D0=BA=D0=B8=20=D1=81=D0=BE=D1=81=D1=82=D0=BE?= =?UTF-8?q?=D1=8F=D0=BD=D0=B8=D1=8F=20=D0=91=D0=9F=D0=9E=20=D0=BE=D1=82=20?= =?UTF-8?q?=D0=9A=D0=90=D0=9F=D0=A1=20=D0=A0=D0=9F=D0=91.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/работа/работа.tscn | 2 +- scripts/threats.gd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scenes/работа/работа.tscn b/scenes/работа/работа.tscn index 8d9c5f26..0759e92e 100644 --- a/scenes/работа/работа.tscn +++ b/scenes/работа/работа.tscn @@ -389,8 +389,8 @@ texture_normal = ExtResource("14_ggrwd") [connection signal="toggled" from="btn_activate" to="." method="on_btn_activate_toggled"] [connection signal="toggled" from="btn_center" to="." method="on_btn_center_toggled"] [connection signal="button_down" from="zoom_plus" to="tilemap" method="_on_zoom_plus_button_down"] -[connection signal="button_up" from="zoom_plus" to="tilemap" method="_on_zoom_button_up"] [connection signal="button_up" from="zoom_plus" to="tilemap" method="_on_zoom_plus_button_up"] +[connection signal="button_up" from="zoom_plus" to="tilemap" method="_on_zoom_button_up"] [connection signal="button_down" from="zoom_minus" to="tilemap" method="_on_zoom_minus_button_down"] [connection signal="button_up" from="zoom_minus" to="tilemap" method="_on_zoom_button_up"] [connection signal="pressed" from="btn_all_work" to="." method="_on_btn_all_work_pressed"] diff --git a/scripts/threats.gd b/scripts/threats.gd index f4d34d5e..0805975d 100644 --- a/scripts/threats.gd +++ b/scripts/threats.gd @@ -152,7 +152,7 @@ func on_data_capsrpb_received(unit: capsrpb.CapsRpb, threats: Dictionary): if not unit.json_dic.has('sa'): return var mis = unit.json_dic['mis'] - bpo_mode_rx = int(unit.json_dic['sa']) + bpo_mode_rx = int(unit.json_dic['sa']) as AFSP_BPO_MODE var sz: = threats.size() for dic_th in mis: if dic_th is not Dictionary: