diff --git a/Evade2/img/enemy_assault_1_img.h b/Evade2/img/enemy_assault_1_img.h index 546032d..9ed5dfe 100644 --- a/Evade2/img/enemy_assault_1_img.h +++ b/Evade2/img/enemy_assault_1_img.h @@ -10,24 +10,18 @@ const PROGMEM struct enemy_assault_1_img { int8_t data[14*4]; } enemy_assault_1_img = { .w = 128, // Width (128 px) - .h = 54, // Height (54 px) - .r = 14, // Number of rows of coords (14) + .h = 46, // Height (54 px) + .r = 8, // Number of rows of coords (14) .data = { // x0, y0, x1, y1 - -21, -27, 21, 16, - -21, 16, 21, -27, - 21, -16, 11, -5, - 11, -5, 21, 5, - -21, 5, -11, -5, - -11, -5, -21, -16, - -11, 27, -32, 5, - -32, 5, -21, -5, - 11, 27, 32, 5, - 32, 5, 21, -5, - -21, -16, -64, -16, - 21, -16, 64, -16, - -11, 5, 0, 16, - 0, 16, 11, 5, + -9, -23, 37, 23, + -37, 23, 9, -23, + -9, -23, -27, -5, + -27, -5, -9, 14, + 9, 14, 27, -5, + 27, -5, 9, -23, + -37, 23, -64, -5, + 37, 23, 64, -5, }, }; #endif