Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #324 from ModusCreateOrg/323
Browse files Browse the repository at this point in the history
Updated image for assault1
  • Loading branch information
jaygarcia authored Dec 16, 2017
2 parents 4471003 + d33a9fa commit 549ff60
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions Evade2/img/enemy_assault_1_img.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 549ff60

Please sign in to comment.