From 5146895cf537dd69867da612abed5b4abaf805cd Mon Sep 17 00:00:00 2001 From: Matheus Date: Thu, 18 Sep 2025 12:06:59 -0300 Subject: ME ELIMINE AAAAAAAAAAAAAAAAAAAAAAAAAAAA --- scripts/GUI/ItemMenuEntry.cs | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'scripts/GUI/ItemMenuEntry.cs') diff --git a/scripts/GUI/ItemMenuEntry.cs b/scripts/GUI/ItemMenuEntry.cs index 7070b21..6f18bd9 100644 --- a/scripts/GUI/ItemMenuEntry.cs +++ b/scripts/GUI/ItemMenuEntry.cs @@ -6,39 +6,39 @@ namespace TheLegendOfGustav.GUI; public partial class ItemMenuEntry : HBoxContainer { + private TextureRect icon; + private Label shortcutLabel; + private Label nameLabel; + private Button activateBtn; + private Button dropBtn; + private ConsumableItem item; + [Signal] public delegate void ActivateEventHandler(ConsumableItem Item); [Signal] public delegate void DropEventHandler(ConsumableItem Item); - private TextureRect Icon { get; set; } - private Label ShortcutLabel { get; set; } - private Label NameLabel { get; set; } - private Button ActivateBtn { get; set; } - private Button DropBtn { get; set; } - private ConsumableItem Item { get; set; } - public override void _Ready() { base._Ready(); - Icon = GetNode("Icon"); - ShortcutLabel = GetNode