From b1b2586afa06105291355a19f581016c347463bc Mon Sep 17 00:00:00 2001 From: physick Date: Tue, 11 Aug 2026 21:08:37 +0500 Subject: arena + dir reading --- src/ui_elements/UI.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui_elements/UI.h') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 8754329..52d2222 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -5,6 +5,9 @@ #ifndef UI_ELEMENTS_H #define UI_ELEMENTS_H +static const float ROUNDNESS = 0.015f; +static const int ROUNDNESS_SEGMENTS = 8; + static const float SCROLL_SENC = 10; static const float TAB_WIDTH = 4; static const int PADDING = 10; @@ -44,6 +47,7 @@ static const int PAGE_DOTS_PADDING = 15; static const int PAGE_DOTS_RADIUS = 3; static const char PAGE_DOTS_TRANSPARENCY = (char)192; +/// Draws the little dots that represent the page you are on void DrawPageView(int y, unsigned int pages, unsigned int current_page); // ========== TEXT EDITOR ========== -- cgit v1.3