extends Label var max_items = 1 var current_items = 0 func update_counter(): text = "loading... " + str(current_items) + "/" + str(max_items)