init: 从 gilzoide/godot-dockable-container 提取的插件文件

This commit is contained in:
2026-05-27 14:45:42 +08:00
commit 4012a56327
31 changed files with 1823 additions and 0 deletions

13
plugin.cfg Normal file
View File

@@ -0,0 +1,13 @@
[plugin]
name="Dockable Container"
description="Container script that manages docking/tiling UI panels.
Panels are composed of tabs that can be dragged around and dropped to split another panel or compose its tabs.
Layout information is stored in Resource objects, so they can be saved/loaded from disk easily.
This plugin also offers a replica of the Container layout to be edited directly in the inspector."
author="gilzoide"
version="1.1.2"
script="plugin.gd"