This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #326 from ModusCreateOrg/325
325
- Loading branch information
Showing
38 changed files
with
1,446 additions
and
310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
#ifndef BOSS_4_IMG_H | ||
#define BOSS_4_IMG_H | ||
|
||
// SVG Graphic source: svg_docs/output_from_ai/assault-1.svg | ||
// Number bytes 59 | ||
// SVG Graphic source: svg_docs/output_from_ai/scout-2.svg | ||
// Number bytes 67 | ||
const PROGMEM BYTE boss_4_img[] = { | ||
128, // Width (128 px) | ||
54, // Height (54 px) | ||
14, // Number of rows of coords (14) | ||
73, // Height (73 px) | ||
8, // Number of rows of coords (8) | ||
// 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, | ||
|
||
-55, -37, -9, 9, | ||
-64, 9, -37, -18, | ||
-37, 0, 0, -37, | ||
0, -37, 37, 0, | ||
-55, 37, -9, -9, | ||
55, -37, 9, 9, | ||
64, 9, 37, -18, | ||
55, 37, 9, -9, | ||
}; | ||
#endif | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.