This repository has been archived on 2024-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
Jessist/addons/awesome_splash/plugin.gd

11 lines
180 B
GDScript3
Raw Normal View History

2022-06-18 13:05:48 +02:00
tool
extends EditorPlugin
func _enter_tree():
add_autoload_singleton("sp", "res://addons/awesome_splash/utils_splash.gd")
func _exit_tree():
remove_autoload_singleton ("sp")