DESKTOP-MMO982B\User 2026-07-20 10:51:45 +08:00
parent 0fa41fdb60
commit afda627fde
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ function this.SetCardSingleData(o,monsterId, _pos)
name.text=heroConfig.ReadingName
local live = Util.GetGameObject(o, "Mask/icon"):GetComponent("RawImage")
local liveName = GetResourcePath(heroConfig.Painting)
local liveName = GetResourcePath(heroConfig.Live)
local roleConfig = ConfigManager.GetConfigData(ConfigName.RoleConfig, heroConfig.Id)
local scale = roleConfig.play_liveScale
local livePos = Vector3.New(roleConfig.offset[1], roleConfig.offset[2], 0)