@tool extends Node func _ready() -> void: print("HELLO WORLD") print("User args: ", OS.get_cmdline_user_args()) get_tree().quit(0)