diff options
Diffstat (limited to 'src/ui.c')
| -rw-r--r-- | src/ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -357,7 +357,7 @@ void updateInventory(Inventory* inventory, Game* game) if (mouseIsSelecting && row == mouseRow && column == mouseColumn && (int)(GetTime() / game->settings.inventoryItemBlinkSpeed) % 2 == 0) { - color = RED; + color = item->blinkColor; } DrawTextureEx(game->assets.textures[item->textureId], (Vector2){x, y}, 0.0, |
