13 lines
167 B
C#
13 lines
167 B
C#
|
|
using Godot;
|
||
|
|
using Rokojori;
|
||
|
|
|
||
|
|
[Tool, GlobalClass]
|
||
|
|
public partial class CollectableLabel: Node
|
||
|
|
{
|
||
|
|
[Export]
|
||
|
|
public UIText text;
|
||
|
|
|
||
|
|
[Export]
|
||
|
|
public UIImage image;
|
||
|
|
|
||
|
|
}
|