using Godot; [GlobalClass] [Tool] public partial class CustomSeedpacketFrame : Resource { [Export] public Texture2D frame; [Export] public LabelSettings font; [Export] public Texture2D almanachField; }