input (text/checkbox), form, button
This commit is contained in:
12
addons/SmoothScroll/plugin.gd
Normal file
12
addons/SmoothScroll/plugin.gd
Normal file
@@ -0,0 +1,12 @@
|
||||
@tool
|
||||
extends EditorPlugin
|
||||
|
||||
|
||||
func _enter_tree():
|
||||
add_custom_type("ScrollDamper", "Resource", preload("scroll_damper/scroll_damper.gd"), preload("scroll_damper/icon.svg"))
|
||||
add_custom_type("SmoothScrollContainer", "ScrollContainer", preload("SmoothScrollContainer.gd"), preload("class-icon.svg"))
|
||||
|
||||
|
||||
func _exit_tree():
|
||||
remove_custom_type("ScrollDamper")
|
||||
remove_custom_type("SmoothScrollContainer")
|
||||
Reference in New Issue
Block a user