winter-tales/Character/Variables/CollectableLabel.cs

13 lines
167 B
C#
Raw Normal View History

2025-12-10 14:18:09 +00:00
using Godot;
using Rokojori;
[Tool, GlobalClass]
public partial class CollectableLabel: Node
{
[Export]
public UIText text;
[Export]
public UIImage image;
}