完善 Godot 编辑工作区、Alt 容器交互与主题界面 - #770
Open
Wang-Yang-source wants to merge 2 commits into
Open
Wang-Yang-source wants to merge 2 commits into
Wang-Yang-source wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
完善 Godot 分支的编辑工作区,将节点编辑、容器组织、文件操作和界面设置整合为可连续使用的流程。例如,选中方块后按住 Alt 即可预览跳跃路径并放入另一个方块,预览和实际放置始终以鼠标为中心;双击编辑中文文本时,编辑框按实际文字和样式尺寸展开。
主要改动
舞台与节点交互
工作区与界面
dist/project-graph.pck。文档
实现方式
可见反馈使用 Line2D、Panel、Label 等场景节点;舞台对象保持世界坐标,包含关系通过稳定对象引用序列化。Godot 项目文件通过 Godot MCP 的脚本读取/修改、节点与资源操作处理。
验证情况
按仓库约定,本次未启动项目,未运行自动化测试或导出构建。以下均为待执行的手动验收,不代表已通过。
当前限制