This commit is contained in:
xiekaidong 2023-07-21 11:41:37 +08:00
parent 3ace684951
commit dbc99ccb79

View File

@ -80,7 +80,7 @@ function ChapterCell:refresh(id)
local monsterConfig = ConfigManager:getConfig("monster")[monsterId]
local spineName = monsterConfig.model_id
spineObj:loadAssetAsync(spineName, function()
spineObj:setVisible(true, monsterConfig.model_ui)
spineObj:setVisible(true, 0.75)
spineObj:playAnim("idle", true, false, true)
end, true)
end