Add frame list in skin data structure. Remove Cocos2d Plist support.

This commit is contained in:
2022-11-17 17:19:31 +08:00
parent cd8aa0e65c
commit fd9e2ce409
13 changed files with 127 additions and 1140 deletions

View File

@@ -23,6 +23,8 @@ namespace Cryville.Crtr {
[JsonRequired]
public string pdt;
public List<string> frames = new List<string>();
[JsonIgnore]
public PdtSkin Root { get; private set; }