diff options
| author | nathan <nathansmith@disroot.org> | 2026-01-19 13:35:16 +0000 |
|---|---|---|
| committer | nathan <nathansmith@disroot.org> | 2026-01-19 13:35:16 +0000 |
| commit | f339de8c07647ed4c5d659639f0f3e6c271faf8f (patch) | |
| tree | cd6fb7c1ff260867e862c9a0ae3ec8ccb2c2101d /src/ui.h | |
| parent | 2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20 (diff) | |
| download | FindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.tar.gz FindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.tar.bz2 FindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.zip | |
Improved viability for inventory item blinking
Diffstat (limited to 'src/ui.h')
| -rw-r--r-- | src/ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -38,6 +38,7 @@ typedef struct { EntityId id; Entity* parent; AssetId textureId; + Color blinkColor; int count; } InventoryItem; |
