docs(spell-editor): 清理对已删除 spell_editor 目录的悬挂引用

This commit is contained in:
2026-07-21 16:15:06 +08:00
parent ed89387f2e
commit ac8a4e4392
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ func _init() -> void:
tabs.set_anchors_and_offsets_preset(Control.PRESET_FULL_RECT)
add_child(tabs)
# 法术(复用现有法术编辑器停靠脚本
# 法术(字段化表单 tab
_add_tab(tabs, "✨ 法术", preload("res://addons/game_designer/spell_tab.gd").new())
_add_tab(tabs, "👾 敌人", preload("res://addons/game_designer/enemy_tab.gd").new())
_add_tab(tabs, "🌊 波次", preload("res://addons/game_designer/wave_tab.gd").new())