From 07ed2778324432a71d96dcddd1063468e1a310d5 Mon Sep 17 00:00:00 2001 From: sasha80 Date: Thu, 29 May 2025 08:29:20 +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.=20ERROR:=20res://scenes/pribor-uyep/s?= =?UTF-8?q?ch3-view.gd:90=20-=20Invalid=20access=20to=20property=20or=20ke?= =?UTF-8?q?y=20'units'=20on=20a=20base=20object=20of=20type=20'Node=20(Net?= =?UTF-8?q?work)'.=20ERROR:=20res://scripts/settings.gd:114=20-=20Invalid?= =?UTF-8?q?=20access=20to=20property=20or=20key=20of=20type=20'String'=20o?= =?UTF-8?q?n=20a=20base=20object=20of=20type=20'Dictionary'.=20ERROR:=20re?= =?UTF-8?q?s://scenes/pribor-uyep/sch3-view.gd:90=20-=20Invalid=20access?= =?UTF-8?q?=20to=20property=20or=20key=20'units'=20on=20a=20base=20object?= =?UTF-8?q?=20of=20type=20'Node=20(Network)'.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scenes/pribor-uyep/sch3-view.gd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scenes/pribor-uyep/sch3-view.gd b/scenes/pribor-uyep/sch3-view.gd index fb65dee..3346f3a 100644 --- a/scenes/pribor-uyep/sch3-view.gd +++ b/scenes/pribor-uyep/sch3-view.gd @@ -1,5 +1,3 @@ -@tool - class_name sch3_view extends 'res://scenes/контроль/элемент-я.gd' @@ -87,6 +85,7 @@ func _enter_tree() -> void: func _ready() -> void: var unit_key = settings.get_unit_key(unit_name) + var a = network.units var unit_sch3 = network.units[unit_key] var items = get_tree().get_nodes_in_group('bits_items_switch') for item in items: