extends Node @onready var parent_node: Node2D = $".." @onready var sibling_node2: Node = $"../node2" # Called when the node enters the scene tree for the first time. func _ready() -> void: pass # Replace with function body.