鼠标框架完成 窗口事件框架完成

This commit is contained in:
2025-10-21 19:21:20 +08:00
parent 2686136f72
commit b16e8d7820
11 changed files with 378 additions and 66 deletions

View File

@@ -46,5 +46,23 @@
},
"UI/ObjectClass/WindowNode.nut": {
"description": "窗口节点"
},
"UI/Windows": {
"description": "窗口集合"
},
"UI/Windows/HUD": {
"description": "血槽"
},
"UI/Windows/HUD/Window_hud.nut": {
"description": "血槽窗口"
},
"Tool": {
"description": "工具类"
},
"UI/Windows/System": {
"description": "系统"
},
"UI/Windows/System/Cursor.nut": {
"description": "鼠标"
}
}