tweak some arcana for readability

This commit is contained in:
joeycastillo 2023-01-11 12:15:42 -05:00
parent a0524ba4e6
commit dc5290410e

View File

@ -43,23 +43,23 @@
static char *major_arcana[NUM_TAROT_CARDS] = { static char *major_arcana[NUM_TAROT_CARDS] = {
" FOOL ", " FOOL ",
"Mgcian", "Mgcian",
"HiPrst", "HPrsts",
"Empres", "En&prs", // Empress
"Empror", "En&por", // Emperor
"Hiroph", "Hiroph",
"Lovers", "Lovers",
"Chriot", "Chriot",
"Strgth", "Strgth",
"Hermit", "Hrn&it", // Hermit
" Frtun", " Frtun",
"Justce", "Justce",
"HngMan", "Hangn&", // Hangman
" Death", " Death",
" tmprn", " tmprn",
" Devil", " Devil",
" Tower", " Tower",
" Star", " Star",
" MOON ", "n&OON ", // Moon
" Sun ", " Sun ",
"Jdgmnt", "Jdgmnt",
" World", " World",
@ -165,7 +165,9 @@ bool tarot_face_loop(movement_event_t event, movement_settings_t *settings, void
switch (event.event_type) { switch (event.event_type) {
case EVENT_ACTIVATE: case EVENT_ACTIVATE:
watch_display_string(" DRAW ", 4); watch_display_string(" draWW", 4);
watch_clear_pixel(2, 3);
watch_clear_pixel(1, 4);
break; break;
case EVENT_TICK: case EVENT_TICK:
display_animation(state); display_animation(state);