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:
- 21:0eb394495b8a
- Parent:
- 19:b78fa41d04a9
- Child:
- 23:240bc00ef25b
--- a/Models/models.cpp Tue Mar 26 10:52:53 2019 +0000 +++ b/Models/models.cpp Wed Mar 27 00:00:32 2019 +0000 @@ -83,6 +83,8 @@ 0,0,0,1,1,1,1,1,1,0,0 }; +const Sprite enemy_sprite(11, 7, enemyShip2); + const int enemyHalfExploded [77] = { 0,0,0,0,0,1,1,1,1,0,0, 0,0,0,0,0,0,1,1,1,0,0, @@ -93,6 +95,7 @@ 0,0,0,1,1,1,0,0,1,0,0 }; +const Sprite enemy_half_exploded_sprite(11, 7, enemyHalfExploded); const int enemyExploded [77] = { 1,0,1,0,1,0,0,1,1,0,0, @@ -103,6 +106,7 @@ 0,0,1,0,0,0,1,0,0,0,0, 1,0,0,1,0,1,1,1,1,0,0 }; +const Sprite enemy_exploded_sprite(11, 7, enemyExploded); /* const int planet1 [289] = {