diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-26 11:13:20 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-26 11:13:20 +0200 |
| commit | 54ea724c5d2f3a2c5bdf3cfe6f6807d43a5ae9d7 (patch) | |
| tree | 0cc7c34c790799cd1c29a186f7ab031b9465b970 /MouseSpr.c | |
| parent | 6628e7de58425b3e93da9ae6fcb7347137d96096 (diff) | |
| download | pocketempires-54ea724c5d2f3a2c5bdf3cfe6f6807d43a5ae9d7.tar.gz | |
+ Added MouseSpr and Unit modules.
* Unit actions, building actions.
Diffstat (limited to 'MouseSpr.c')
| -rw-r--r-- | MouseSpr.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MouseSpr.c b/MouseSpr.c new file mode 100644 index 0000000..ac40958 --- /dev/null +++ b/MouseSpr.c @@ -0,0 +1,13 @@ +const uint8_t PROGMEM MouseSprData[] = +{ + 8,8, //width and height + B11111100, + B10000100, + B10001000, + B10000100, + B10100010, + B11010001, + B00001010, + B00000100, + +}; |
