Настройки редактора
This commit is contained in:
@@ -103,7 +103,7 @@ func _ready() -> void:
|
||||
var parrent_NODE2 = get_parent().get_parent()
|
||||
parrent_NODE2.connect('read_ems_g_start', Callable(self, '_on_read_ems_g'))
|
||||
parrent_NODE2.connect('read_ems_g_finish', Callable(self, '_on_sync'))
|
||||
|
||||
|
||||
Network.connect('yau_receive', Callable(self, '_on_data_received'))
|
||||
create_link_button(node_select1, shift+1, 16+shift+1, shift, 16+shift)
|
||||
|
||||
@@ -176,7 +176,7 @@ func process_sockets_vert(blank: int, imp: int, count: int, col: int):
|
||||
set_frame(CZI_6_FS, frame_type)
|
||||
if i == 6: # СЗИ_7_от_УФ
|
||||
set_frame(CZI_7_FS, frame_type)
|
||||
|
||||
|
||||
if Constants.CURRENT_MODE == Constants.MODE.PRD_H:
|
||||
if i == 9: # СИ_2_от_ФС
|
||||
set_frame(CI_2_FS, frame_type)
|
||||
|
||||
Reference in New Issue
Block a user