using Godot;
using Rokojori;
[Tool, GlobalClass]
public partial class CollectableLabel: Node
{
[Export]
public UIText text;
public UIImage image;
}