]> git.earman.xyz Git - sensor-watch.git/commitdiff
Corrected obstacle on classic face
authorDavid Volovskiy <devolov@gmail.com>
Sat, 23 Aug 2025 13:41:42 +0000 (09:41 -0400)
committerDavid Volovskiy <devolov@gmail.com>
Sat, 23 Aug 2025 13:41:42 +0000 (09:41 -0400)
watch-faces/complication/endless_runner_face.c

index d4aebf69295e6f293e7b2499986a38d0b8c5e972..aff3fd69c3025a52efefbd363cc7ac7509067f59 100644 (file)
@@ -85,7 +85,7 @@ int8_t custom_ball_arr_com[] = {2, 1, 1, 0, 3, 3, 2};
 int8_t custom_ball_arr_seg[] = {15, 15, 14, 15, 14, 15, 14};
 
 // obstacle 0-11
-int8_t classic_obstacle_arr_com[] = {0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0};
+int8_t classic_obstacle_arr_com[] = {0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 1};
 int8_t classic_obstacle_arr_seg[] = {18, 19, 20, 21, 22, 23, 0, 1, 2, 4, 5, 6};
 int8_t custom_obstacle_arr_com[] = {1, 1, 1, 1, 1, 0, 1, 0, 3, 0, 0, 2};
 int8_t custom_obstacle_arr_seg[] = {22, 16, 15, 14, 1, 2, 3, 4, 4, 5, 6, 7};