Add animation stub and effect stub for skin.

This commit is contained in:
2023-02-15 18:12:41 +08:00
parent b6e238780e
commit eb6dafbd60
6 changed files with 118 additions and 6 deletions

View File

@@ -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));