Resource order

This commit is contained in:
Rendo 2025-07-13 05:54:12 +05:00
commit 8b2b904834
16 changed files with 27 additions and 2 deletions

View file

@ -16,5 +16,6 @@ public partial class DisplayResource : Resource
public Texture2D Preview;
[Export] public CustomSeedpacketFrame customFrame;
[Export] public int Layer = 1;
[Export] public int Order = 0;
public string internal_id;
}