its coming together
This commit is contained in:
parent
3e0e23c28c
commit
1dadffeac4
11 changed files with 290 additions and 28 deletions
9
addons/Fantail-Interactive.top_down_camera/plugin.gd
Normal file
9
addons/Fantail-Interactive.top_down_camera/plugin.gd
Normal 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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue