доработка нового блока (блок-к.tscn)

This commit is contained in:
TotMaxim
2025-11-16 20:12:44 +03:00
parent 217281ce51
commit 9f32e293a0
6 changed files with 427 additions and 204 deletions

View File

@@ -62,7 +62,6 @@ func _exit_tree() -> void:
static func temperature_fill(temperature_arr_node: Array, temperature_dic: Dictionary)->void:
for i_node_temperature in temperature_arr_node:
var temperature_meta: String = i_node_temperature.get_meta('um')
var status = STATE_VAL.GOOD if temperature_dic else STATE_VAL.NONE
if not temperature_dic.has(temperature_meta): return
i_node_temperature.value1 = temperature_dic[temperature_meta]