From 2d230ecd2ef1f3a3bd0b481c627e682ac663a890 Mon Sep 17 00:00:00 2001 From: shweet Date: Mon, 2 Mar 2026 14:35:10 -0500 Subject: [PATCH] line height --- src/state/main/play.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/main/play.cpp b/src/state/main/play.cpp index 0d01895..ff1088e 100644 --- a/src/state/main/play.cpp +++ b/src/state/main/play.cpp @@ -74,7 +74,7 @@ namespace game::state::main static constexpr auto BG_COLOR_MULTIPLIER = 0.5f; static constexpr ImVec4 LINE_COLOR = ImVec4(1, 1, 1, 1); static constexpr ImVec4 PERFECT_COLOR = ImVec4(1, 1, 1, 0.50); - static constexpr auto LINE_HEIGHT = 2.0f; + static constexpr auto LINE_HEIGHT = 5.0f; static constexpr auto LINE_WIDTH_BONUS = 10.0f; static constexpr auto TOAST_MESSAGE_SPEED = 1.0f; static constexpr auto ITEM_FALL_GRAVITY = 2400.0f;