material-maker/addons/material_maker/widgets/node_editor/input.gd
RodZill4 0d85cd5aef Updated custom node and associated editor
Custom nodes now support outputs and basic (float) parameters, and are serialized/deserialized correctly.
2018-10-09 07:24:44 +02:00

9 lines
91 B
GDScript

tool
extends HBoxContainer
func _ready():
pass
func _on_Delete_pressed():
queue_free()