Add component linesec.

This commit is contained in:
2023-04-14 14:31:08 +08:00
parent 48349b598d
commit 3690adf5dd
3 changed files with 35 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ namespace Cryville.Crtr {
if (loaded) return;
Components.Add("anim", typeof(SkinAnimation));
Components.Add("image", typeof(SpritePlane));
Components.Add("linesec", typeof(TrackLine));
Components.Add("mesh", typeof(MeshBase));
Components.Add("polysec", typeof(PolygonSGO));
Components.Add("rect", typeof(SpriteRect));