diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 04:16:32 +0100 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-11-05 04:16:32 +0100 |
| commit | 2cf2d608af862e812e7fd3ac580f869141a96fa7 (patch) | |
| tree | 29a356a46635e4bc14e9e7342eb5a41defcab899 /BarracksSpr.i | |
| parent | b764612a79100271270012053bdb1e4302cd93b7 (diff) | |
| download | pocketempires-2cf2d608af862e812e7fd3ac580f869141a96fa7.tar.gz | |
+ Added copy of BitmapEncoder
+ New sprite and unit "Town center"
* Provisional collision checking.
* Many other modifications.
Diffstat (limited to 'BarracksSpr.i')
| -rw-r--r-- | BarracksSpr.i | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/BarracksSpr.i b/BarracksSpr.i new file mode 100644 index 0000000..5763273 --- /dev/null +++ b/BarracksSpr.i @@ -0,0 +1,58 @@ + +const uint8_t BarracksSpr_Data[] PROGMEM = +{ + 0x18 /* Width */ ,0x18 /* Height */, + 0xE7,0x0,0xE7, + 0xBD,0x0,0xBD, + 0xE7,0xFF,0xE7, + 0xBD,0x0,0xBD, + 0x81,0xFF,0x81, + 0xE7,0x0,0xE7, + 0xA5,0x0,0xA5, + 0xBD,0xFF,0xBD, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xA5,0x0,0xA5, + 0xE7,0x0,0xE7, + 0xBD,0x0,0xBD, + 0xE7,0xFF,0xE7, + 0xBD,0x0,0xBD, + 0x81,0xFF,0x81, + 0x81,0x18,0x81, + 0x81,0x24,0x81, + 0xFF,0xFF,0xFF, +}; + +const uint8_t BarracksShadowSpr_Data[] PROGMEM = +{ + 24 /* Width */, 24 /* Height */, + 0x0,0x0,0x0, + 0x0,0x0,0xFE, + 0xFE,0x0,0xFE, + 0xFE,0x0,0x3E, + 0x3E,0x0,0xFE, + 0xFE,0x0,0xFE, + 0xFE,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0x1E, + 0x1E,0x0,0xFE, + 0xFE,0x0,0xFE, + 0xFE,0x0,0x3E, + 0x3E,0x0,0xFE, + 0xFE,0x0,0xFE, + 0xFE,0x0,0xFE, +}; |
