khanat-client/addons/kh_slider/kh_h_slider_plugin.gd

8 lines
196 B
GDScript

tool
extends EditorPlugin
func _enter_tree():
add_custom_type("KhHSlider", "HBoxContainer", load("kh_h_slider.gd"), load("kh_h_slider.png"))
func _exit_tree():
remove_custom_type("KhHSlider")