Add frame list in skin data structure. Remove Cocos2d Plist support.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user