fix: 装备属性面板避让逻辑 + 多项功能更新
- item_tooltip_view.gd: 新增 avoid_rect 属性,tooltip 与装备窗口重叠时自动推到左侧 - inventory_ui.gd: 悬停装备时传入窗口矩形作为避让区域 - 包含其他累积的功能开发和测试文件
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# CMake generated Testfile for
|
||||
# Source directory: /Users/shen/Work/Code/Metin2/metin2-client/libgr2
|
||||
# Build directory: /Users/shen/Work/Code/Metin2/metin2-client/build-debug/libgr2
|
||||
#
|
||||
# This file includes the relevant testing commands required for
|
||||
# testing this directory and lists subdirectories to be tested as well.
|
||||
add_test("libgr2.loader_errors" "/Users/shen/Work/Code/Metin2/metin2-client/build-debug/libgr2/libgr2_loader_errors_test")
|
||||
set_tests_properties("libgr2.loader_errors" PROPERTIES _BACKTRACE_TRIPLES "/Users/shen/Work/Code/Metin2/metin2-client/libgr2/CMakeLists.txt;24;add_test;/Users/shen/Work/Code/Metin2/metin2-client/libgr2/CMakeLists.txt;0;")
|
||||
add_test("libgr2.animation" "/Users/shen/Work/Code/Metin2/metin2-client/build-debug/libgr2/libgr2_animation_test")
|
||||
set_tests_properties("libgr2.animation" PROPERTIES _BACKTRACE_TRIPLES "/Users/shen/Work/Code/Metin2/metin2-client/libgr2/CMakeLists.txt;28;add_test;/Users/shen/Work/Code/Metin2/metin2-client/libgr2/CMakeLists.txt;0;")
|
||||
Reference in New Issue
Block a user