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 /TowerSpr.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 'TowerSpr.i')
| -rw-r--r-- | TowerSpr.i | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/TowerSpr.i b/TowerSpr.i new file mode 100644 index 0000000..ea693de --- /dev/null +++ b/TowerSpr.i @@ -0,0 +1,33 @@ +const byte TowerSpr[] PROGMEM = { 16,32, + 0xF,0xF0, + 0x8,0x10, + 0x8,0x10, + 0xF,0xF0, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x1B,0xD8, + 0x2A,0x54, + 0x4A,0x52, + 0xFB,0xDF, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x9,0x90, + 0x9,0x90, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x9,0x90, + 0x9,0x90, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0x8,0x10, + 0xB,0xD0, + 0xA,0x50, + 0xA,0x50, + 0xF,0xF0, }; |
