Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed N5110 ShiftReg PinDetect
Diff: Resources.h
- Revision:
- 15:d5eb13c4c1c6
- Parent:
- 13:7ab71c7c311b
- Child:
- 16:caf613d5b85e
--- a/Resources.h Sat May 09 14:39:48 2015 +0000 +++ b/Resources.h Sun May 10 09:37:51 2015 +0000 @@ -37,12 +37,20 @@ }; const int Enemy1[5][5] = { - {1,0,0,0,1}, - {0,1,1,1,0}, + {1,1,0,0,0}, + {1,1,1,1,0}, {0,0,1,0,0}, - {0,1,1,1,0}, + {0,1,1,1,1}, {1,1,0,1,1} }; + + const int Enemy3[5][6] = { + {0,1,1,0,0,0}, + {1,1,1,0,0,1}, + {1,1,1,1,1,0}, + {0,1,1,1,1,0}, + {0,1,0,0,1,0} + }; } #endif \ No newline at end of file