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

10 lines
215 B
C#

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