newlon/scripts/gui/seedpackets/CustomSeedpacketFrame.cs
2025-07-11 22:35:36 +05:00

9 lines
208 B
C#

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