(client)chore:修改了摄像机的跟踪方式,摄像机控制不再使用单例
This commit is contained in:
@ -227,7 +227,7 @@ namespace Data
|
||||
|
||||
public class DrawNodeDef : Define
|
||||
{
|
||||
public List<string> animationTextures = new();
|
||||
public List<string> textures = new();
|
||||
public List<DrawNodeDef> nodes = new();
|
||||
public string nodeName;
|
||||
public Vector2 position = new(0, 0);
|
||||
|
Reference in New Issue
Block a user