Доработка. Пример использования "Блок-В"

This commit is contained in:
sasha80
2025-08-21 15:32:50 +03:00
parent f7a1dd7172
commit 631dceff24

View File

@@ -97,6 +97,11 @@ func _ready() -> void:
func on_state_mashine() -> void:
control_prd_k.state_control_machine()
$um1535_A10.value0 = [10, 20, 30, 40, 50, 60]
$um1535_A11.value0 = [60, 50, 40, 30, 20, 10]
$um1535_A12.set_value0_by_index(5, 100)
$um1535_A13.set_value0_by_index(2, 0)
$um1535_A13.value1 = -20
func initialize_connections() -> void: