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:
- 12:bfe3a3deaac3
- Parent:
- 11:cf2ba52e8b7e
- Child:
- 14:e8de27c4d0d4
--- a/Models/models.cpp Tue Mar 12 21:46:10 2019 +0000 +++ b/Models/models.cpp Sun Mar 17 09:44:59 2019 +0000 @@ -3,6 +3,9 @@ const int spaceship1_width = 15; const int spaceship1_height = 14; +const int enemy2_height = 7; +const int enemy2_width = 11; + const int spaceShip1[210] = { 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, @@ -48,7 +51,7 @@ -const int simpleLaserShotDissapear[3] = {0,0,0}; +//const int simpleLaserShotDissapear[3] = {0,0,0}; const int enemyShip1 [187] = { 0,0,0,0,0,0,1,1,1,1,1, @@ -80,6 +83,16 @@ 0,0,0,1,1,1,1,1,1,0,0 }; +const int enemyExploded [77] = { + 0,1,0,0,0,1,1,1,1,0,0, + 0,0,1,0,1,0,1,1,1,0,0, + 0,0,0,1,1,1,1,1,0,1,0, + 0,0,0,1,1,1,1,0,1,1,1, + 0,0,0,1,1,1,0,1,0,1,0, + 0,0,1,0,0,0,0,0,1,0,0, + 0,1,0,0,0,0,0,0,0,1,1 +}; +/* const int planet1 [289] = { 0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0, 0,0,0,0,1,1,1,1,1,1,0,1,1,0,0,0,0, @@ -98,4 +111,5 @@ 0,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0, 0,0,0,0,1,1,0,0,0,0,0,1,1,0,0,0,0, 0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0 -}; \ No newline at end of file +}; +*/ \ No newline at end of file