(client) feat:添加临时动画组件,添加逃跑逻辑

This commit is contained in:
m0_75251201
2025-09-06 12:25:55 +08:00
parent f43aeffebf
commit 15cdd2b244
73 changed files with 3420 additions and 6055 deletions

View File

@ -80,7 +80,7 @@ namespace Managers
continue;
}
// 获取对应精灵
var sprite = imagePack.GetSprite(mappingTableDef.packID, spriteName);
var sprite = imagePack.GetSprite(spriteName);
if (sprite == null)
{
Debug.LogError($"<color=red>来自 '{packName}' 定义的 TileMappingTableDef 键值 '{spriteName}' 中存在未定义的图片名称。</color>");