This commit is contained in:
2026-05-13 18:52:00 +02:00
commit 2bb1acbece
404 changed files with 33353 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
@tool
extends EditorPlugin
func _enter_tree() -> void:
add_custom_type("StrategyCamera", "Camera2D", preload("strategy_camera.gd"), preload("icon_camera_grid.svg"))
func _exit_tree() -> void:
remove_custom_type("StrategyCamera")