From fc4762b3f6e1fec2c8f81e10c1f272f7ee212be2 Mon Sep 17 00:00:00 2001 From: OrionW06 Date: Fri, 20 Jun 2025 06:34:25 -0500 Subject: [PATCH] Fixed my goofy ass centering for the cards --- tarot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tarot.c b/tarot.c index 0212435..71705b7 100644 --- a/tarot.c +++ b/tarot.c @@ -325,7 +325,7 @@ void draw_tarot(void* context) { // Adjusted cursor position (moved 8px to the right) widget_add_icon_element( - app->widget, x_offsets[card_selected] - 11 + card_x / 2 + 9, 41, &I_cursor); + app->widget, x_offsets[card_selected] - 2 + card_x / 2, 41, &I_cursor); widget_add_string_element( app->widget,