###type=button extends DeckNode func _init() -> void: add_output_port( Deck.Types.BOOL, "Press me", "button" ) name = "Button" node_type = name.to_snake_case()