新增画布类,三联,九宫格控件

This commit is contained in:
2025-10-25 13:42:36 +08:00
parent 5d78244ef0
commit 77fe539809
16 changed files with 953 additions and 9 deletions

View File

@@ -70,5 +70,20 @@
},
"UI/Windows/Widget/BaseWidget.nut": {
"description": "基础控件"
},
"UI/ObjectClass/GameWidget.nut": {
"description": "游戏_控件类"
},
"UI/ObjectClass/GameWindow.nut": {
"description": "游戏_窗口类"
},
"UI/ObjectClass/Canvas.nut": {
"description": "画布类"
},
"UI/Windows/Widget/TripleCav.nut": {
"description": "三联图画布"
},
"UI/Windows/Widget/NineGridCav.nut": {
"description": "九宫格画布"
}
}