Merge pull request #61 from xiantuan/dev/wpf
Update SpineObject.cs add .skel.bytes Support
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Spine
|
|||||||
public static readonly FrozenDictionary<string, string> PossibleSuffixMapping = new Dictionary<string, string>()
|
public static readonly FrozenDictionary<string, string> PossibleSuffixMapping = new Dictionary<string, string>()
|
||||||
{
|
{
|
||||||
[".skel"] = ".atlas",
|
[".skel"] = ".atlas",
|
||||||
|
[".skel.bytes"] = ".atlas.txt",
|
||||||
[".json"] = ".atlas",
|
[".json"] = ".atlas",
|
||||||
}.ToFrozenDictionary();
|
}.ToFrozenDictionary();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user