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:
- 8:9ac6a428fa26
- Child:
- 10:f2488a0ecab7
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources.h Sat May 02 00:22:43 2015 +0000 @@ -0,0 +1,38 @@ +#ifndef RESOURCES_H +#define RESOURCES_H + +// Resource files - sprites/images stored as arrays + +namespace Image +{ + // Player sprite + const int Player[5][5] = { + {0, 0, 1, 1, 0}, + {0, 1, 0, 0, 1}, + {1, 0, 1, 1, 0}, + {0, 0, 1, 1, 0}, + {0, 1, 0, 0, 1} + }; + + +} + + + + + + + + + + + + + + + + + + + +#endif \ No newline at end of file