Swarm/addons/awesome_input_icons/awesome_input_icons.gd

12 lines
119 B
GDScript3
Raw Normal View History

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