Add animation stub and effect stub for skin.
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Cryville.Crtr {
|
||||
|
||||
public static void LoadDefault() {
|
||||
if (loaded) return;
|
||||
Components.Add("anim", typeof(SkinAnimation));
|
||||
Components.Add("image", typeof(SpritePlane));
|
||||
Components.Add("mesh", typeof(MeshBase));
|
||||
Components.Add("polysec", typeof(PolygonSGO));
|
||||
|
Reference in New Issue
Block a user