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/entities/oldMint.c | |
| 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/entities/oldMint.c')
| -rw-r--r-- | src/entities/oldMint.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/entities/oldMint.c b/src/entities/oldMint.c index 1c95902..445f34a 100644 --- a/src/entities/oldMint.c +++ b/src/entities/oldMint.c @@ -18,6 +18,7 @@ InteractionCommand interactWithOldMint(Entity* entity, Game* game, .id = OLD_MINT, .parent = entity, .textureId = MINT_TEXTURE, + .blinkColor = BLUE, .count = 1 }; |
