modul fs 3

This commit is contained in:
2025-02-07 01:06:50 +03:00
parent 6e5f0bed34
commit 2f93972202
2 changed files with 4 additions and 6 deletions

View File

@@ -151,6 +151,8 @@ func process_sockets_vert(blank: int, imp: int, count: int, col: int, parent_nod
set_frame(CI_2_FS, frame_type)
if i == 10:
set_frame(get_specific_node(parent_node2, 4), frame_type)
var CI_3_FS = parent_node2.get_child(3).get_child(0).get_child(0).get_child(1).get_child(0).get_node2(1, 6).get_child(1)
set_frame(CI_3_FS, frame_type)
func get_specific_node(parent_node2: Node, child_index: int)-> Node: