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
Fork of el17dg by
Diff: Models/models.cpp
- Revision:
- 24:0570cb4b92d7
- Parent:
- 23:240bc00ef25b
- Child:
- 25:749f1efc31fc
--- a/Models/models.cpp Sun Mar 31 01:04:59 2019 +0000 +++ b/Models/models.cpp Tue Apr 02 15:38:40 2019 +0000 @@ -6,7 +6,7 @@ const int enemy2_height = 7; const int enemy2_width = 11; -const int spaceShip1[210] = { //14 by 15 +const int spaceShip1[210] = { //14 by 15 0,0,0,0,0,0,0,0,0,1,0,0,0,0, 0,0,0,0,0,0,0,1,1,0,0,0,0,0, 0,0,0,0,0,0,0,1,0,1,0,0,0,0, @@ -242,5 +242,24 @@ }; +const int tutorialArrowRight [70] = { //10 by 7 + 0,0,0,0,0,0,1,0,0,0, + 0,0,0,0,0,0,0,1,0,0, + 0,0,0,0,0,0,0,0,1,0, + 1,1,1,1,1,1,0,0,0,1, + 0,0,0,0,0,0,0,0,1,0, + 0,0,0,0,0,0,0,1,0,0, + 0,0,0,0,0,0,1,0,0,0 +}; +const int tutorialArrowLeft [70] = { //10 by 7 + 0,0,0,1,0,0,0,0,0,0, + 0,0,1,0,0,0,0,0,0,0, + 0,1,0,0,0,0,0,0,0,0, + 1,0,0,0,1,1,1,1,1,1, + 0,1,0,0,0,0,0,0,0,0, + 0,0,1,0,0,0,0,0,0,0, + 0,0,0,1,0,0,0,0,0,0 +}; +