Swarm/addons/awesome_input_icons/awesome_input_icons.gd

11 lines
119 B
GDScript

@tool
extends EditorPlugin
func _enter_tree():
pass
func _exit_tree():
# Clean-up of the plugin goes here.
pass