摘要:
1.在vscode中下载插件 luaide 2.购买luaide 3.将一下三个文件拷贝至项目 src 文件下 4.在 main.lua 中添加以下代码 local _is_open_debug = true if _is_open_debug then local breakInfoFun,xpC 阅读全文
摘要:
local _img_level_icon = panel:getChildByName("img_level_icon") local _path = "game_overseas/res/spine/noble/skeleton.json" --json文件位置 local _pathatlas 阅读全文
摘要:
TableView 继承于 ScrollView --创建TableView function PanelLobbyGameListUI:init_table_view() local _list_size = self:getContentSize() self.m_tableView = cc. 阅读全文