material-maker/addons/material_maker/widgets/linked_widgets/linked_control_buttons.gd

11 lines
142 B
GDScript

tool
extends HBoxContainer
var control = null
func _on_Link_pressed():
control.pick_linked()
func _on_Remove_pressed():
control.delete()