Fix z-index. Pull up z-index to MeshBase.

This commit is contained in:
2022-11-18 09:58:01 +08:00
parent 79bfd6764c
commit bf942cbe45
5 changed files with 42 additions and 21 deletions

View File

@@ -19,6 +19,7 @@ namespace Cryville.Crtr {
public static void LoadDefault() {
if (loaded) return;
Components.Add("image", typeof(SpritePlane));
Components.Add("mesh", typeof(MeshBase));
Components.Add("polysec", typeof(PolygonSGO));
Components.Add("rect", typeof(SpriteRect));
Components.Add("scale3", typeof(SpriteScale3));