Cyclone-Tracker/addons/Fantail-Interactive.top_down_camera/plugin.gd
2025-06-29 16:25:51 +10:00

9 lines
186 B
GDScript

@tool
extends EditorPlugin
func _enter_tree():
add_custom_type("TDCamera2D", "Camera2D", preload("td_camera_2d.gd"), null)
func _exit_tree():
remove_custom_type("TDCamera2D")