5

回帖

2049

金币

1074

积分

积分
1074
发表于 2025-1-21 09:51:47 | 显示全部楼层 |阅读模式

马上注册,下载996引擎,与更多游戏开发者交流。

您需要 登录 才可以下载或查看,没有账号?注册

×
        -- Create Button_Chong
        local Button_Chong = GUI:Button_Create(Layout_content, "Button_Chong", 517.00, 1.00, "res/mio/private/main/topbutton/zaixianchongzhi.png")
        GUI:Button_loadTextureDisabled(Button_Chong, "res/mio/private/main/topbutton/zaixianchongzhi.png")
        GUI:Button_setTitleText(Button_Chong, "")
        GUI:Button_setTitleColor(Button_Chong, "#ffffff")
        GUI:Button_setTitleFontSize(Button_Chong, 14)
        GUI:Button_titleEnableOutline(Button_Chong, "#000000", 1)
        GUI:addOnClickEvent(Button_Chong, function ()  ; if true then SL:RequestNPCTalk(115) end end)
        GUI:setTouchEnabled(Button_Chong, true)
        GUI:setTag(Button_Chong, -1)

回复

使用道具 举报

371

回帖

2万

金币

1万

积分

GoodGoodStady DayDayUp

积分
12628
发表于 2025-3-12 18:13:08 | 显示全部楼层
解决没有。
可帮可学!
回复

使用道具 举报

1

回帖

1760

金币

919

积分

积分
919
发表于 2025-6-3 15:34:39 | 显示全部楼层
同遇到这问题
回复

使用道具 举报

15

回帖

4031

金币

2116

积分

积分
2116
发表于 2025-6-7 21:32:30 | 显示全部楼层

?纯LUA端怎么调用
三端LUA可以
回复

使用道具 举报