mirror of
https://github.com/pionaiki/fz-tarot.git
synced 2026-03-10 12:25:10 +01:00
Fixed my goofy ass centering for the cards
This commit is contained in:
parent
a74cc38c07
commit
fc4762b3f6
1 changed files with 1 additions and 1 deletions
2
tarot.c
2
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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue