fix: 装备属性面板避让逻辑 + 多项功能更新

- item_tooltip_view.gd: 新增 avoid_rect 属性,tooltip 与装备窗口重叠时自动推到左侧
- inventory_ui.gd: 悬停装备时传入窗口矩形作为避让区域
- 包含其他累积的功能开发和测试文件
This commit is contained in:
shen
2026-09-21 16:38:59 -07:00
parent 1522a8a1a1
commit c93894313a
5498 changed files with 4558004 additions and 1442 deletions
+2
View File
@@ -10,6 +10,7 @@ int main() {
ScriptType RaceDataScript
BaseModelFileName "d:/ymir work/pc2/warrior/warrior_novice.GR2"
MotionListFileName "motlist_range.txt"
Group HairData
{
@@ -56,6 +57,7 @@ Group HairData
check(m.base_model_gr2 == "d:/ymir work/pc2/warrior/warrior_novice.GR2" ||
m.base_model_gr2 == "d:/ymir work/pc2/warrior/warrior_novice.gr2",
"base model gr2");
check(m.motion_list_file == "motlist_range.txt", "motion list file");
check(m.hair_path == "d:/ymir Work/pc2/warrior/" || m.hair_path == "d:/ymir work/pc2/warrior/",
"hair PathName");
check(m.hairs.size() == 3, "3 hair entries");