@icon("res://icon.svg") class_name CustomNode extends Node2D @export var exp_var: String = "Hello" func _ready(): print("Exported var : ", exp_var)