Sync component and property list for skin editor.

This commit is contained in:
2023-03-14 23:32:35 +08:00
parent 2eef1b5c4e
commit 24e881b138
4 changed files with 64 additions and 45 deletions

View File

@@ -24,6 +24,7 @@ namespace Cryville.Crtr {
Components.Add("polysec", typeof(PolygonSGO));
Components.Add("rect", typeof(SpriteRect));
Components.Add("scale3", typeof(SpriteScale3));
Components.Add("sec", typeof(SectionalGameObject));
Components.Add("sprite", typeof(SpriteBase));
Components.Add("text", typeof(SpriteText));