(client) feat:添加临时动画组件,添加逃跑逻辑
This commit is contained in:
@ -8,6 +8,8 @@ namespace Data
|
||||
public int wCount;
|
||||
public int hCount;
|
||||
public int pixelsPerUnit = 16;
|
||||
public bool flipX = false;
|
||||
public bool flipY = false;
|
||||
|
||||
public override bool Init(XElement xmlDef)
|
||||
{
|
||||
|
Reference in New Issue
Block a user