Files
2025-07-31 17:53:14 +08:00

38 lines
873 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
front: https://nie.res.netease.com/r/pic/20250513/d83d9999-e1e2-4f29-870d-a50582e47cfc.jpg
hard: 入门
time: 2分钟
selection: 23
---
# 2025.5.13 版本1.1.40
## 配置编辑器
- 新增自定义锻造转换配方选项
## 界面编辑器
- 界面编辑器生成控件键值对源码排序,方便开发者进行阅读
排序规则如下
```bash
控件类type、renderer
变量(按字母顺序):$变量1: xxx
变量初始化variables
尺寸和位置相关offset、size等
可见性和状态视觉相关layer、alpha等
动画相关: anims、animation_reset_name等
数据绑定相关modifications、property_bag、bindings
最后为controls
```
## UI调试工具
- UI调试工具仅顶部分割线才可拖动 变为 右侧分割线均可拖动
## 问题修复
- 方块易测连接失败问题修复
- 修复贴图资源复制问题