diff --git a/MonogameLibrary/UI/Elements/HoverWindow.cs b/MonogameLibrary/UI/Elements/HoverWindow.cs new file mode 100644 index 0000000..d6efed9 --- /dev/null +++ b/MonogameLibrary/UI/Elements/HoverWindow.cs @@ -0,0 +1,91 @@ +using Microsoft.Xna.Framework.Graphics; +using MonogameLibrary.UI.Base; +using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework.Graphics; +using MonogameLibrary.UI.Enums; +using System; +using System.Collections.Generic; +using System.Security.Cryptography.X509Certificates; +using System.Text; +using System.Threading; +using Microsoft.Xna.Framework.Content; + +namespace MonogameLibrary.UI.Elements; + +public class HoverWindow : DrawableUIElement +{ + public string tagItem; + public string discriptions; + public Dictionary resourcesNeededToCraft; + private List