10 lines
215 B
C#
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;
|
|
}
|