its coming together

This commit is contained in:
Tabby 2025-06-29 16:25:51 +10:00
parent 3e0e23c28c
commit 1dadffeac4
11 changed files with 290 additions and 28 deletions

View file

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