Cleaned up project with better structure.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Godot;
|
||||
|
||||
public partial class ItemDisplay : PanelContainer
|
||||
{
|
||||
[Export] public TextureRect texture;
|
||||
[Export] public RichTextLabel text;
|
||||
[Export] public RichTextLabel amount;
|
||||
public Item item;
|
||||
}
|
||||
Reference in New Issue
Block a user