extends Node var dict = {} func _ready(): for i in get_children().size(): dict[i] = get_child(i).get_texture() pass # Replace with function body.