Inherited Improvements

This commit is contained in:
Zeffuro
2026-01-02 11:37:55 +01:00
parent 3044e63106
commit 79a16b89eb
9 changed files with 121 additions and 173 deletions
@@ -25,7 +25,7 @@ public sealed class InventoryFooterNode : SimpleComponentNode
FontType = FontType.MiedingerMed,
TextFlags = TextFlags.Glare,
TextColor = ColorHelper.GetColor(50),
TextOutlineColor = ColorHelper.GetColor(32) // Could also be Color 65
TextOutlineColor = ColorHelper.GetColor(32)
};
_slotAmountTextNode.AttachNode(this);