Skip to content

Commit

Permalink
Merge pull request #5 from daviscook477/scml-interp-processor
Browse files Browse the repository at this point in the history
Interpolate frames in SCML files when reading them.
  • Loading branch information
skairunner authored Dec 29, 2019
2 parents 67065f1 + bdec449 commit 29c3fea
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 1 deletion.
12 changes: 12 additions & 0 deletions kanimal/ChildType.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Text;

namespace kanimal
{
public enum ChildType
{
Sprite,
Bone
}
}
Loading

0 comments on commit 29c3fea

Please sign in to comment.