From f339de8c07647ed4c5d659639f0f3e6c271faf8f Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 19 Jan 2026 06:35:16 -0700 Subject: Improved viability for inventory item blinking --- src/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 33d09b7..f8e9ae6 100644 --- a/src/ui.h +++ b/src/ui.h @@ -38,6 +38,7 @@ typedef struct { EntityId id; Entity* parent; AssetId textureId; + Color blinkColor; int count; } InventoryItem; -- cgit v1.2.3