aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.c
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2026-01-19 13:35:16 +0000
committernathan <nathansmith@disroot.org>2026-01-19 13:35:16 +0000
commitf339de8c07647ed4c5d659639f0f3e6c271faf8f (patch)
treecd6fb7c1ff260867e862c9a0ae3ec8ccb2c2101d /src/settings.c
parent2a3922ecd4a975c84e7c6efb3b5f0fe182b99d20 (diff)
downloadFindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.tar.gz
FindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.tar.bz2
FindThings-f339de8c07647ed4c5d659639f0f3e6c271faf8f.zip
Improved viability for inventory item blinking
Diffstat (limited to 'src/settings.c')
-rw-r--r--src/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/settings.c b/src/settings.c
index e4ddd5a..2875ca6 100644
--- a/src/settings.c
+++ b/src/settings.c
@@ -44,7 +44,7 @@ Settings defaultSettings()
.interactionChatHeight = 300.0,
.interactionMenuWidth = 500.0,
.interactionChatAnimationSpeed = 0.03,
- .inventoryItemBlinkSpeed = 0.5,
+ .inventoryItemBlinkSpeed = 0.35,
.mouseSpeed = 0.1,
.forwardKey = KEY_W,
.backwardKey = KEY_S,