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.h
- Revision:
- 23:240bc00ef25b
- Parent:
- 21:0eb394495b8a
- Child:
- 24:0570cb4b92d7
--- a/Models/models.h Wed Mar 27 16:35:52 2019 +0000 +++ b/Models/models.h Sun Mar 31 01:04:59 2019 +0000 @@ -21,8 +21,8 @@ extern const int introLineTwo [330]; extern const int introLineThree [1482]; -extern const int gameOver [406]; -extern const int youDied [336]; +extern const int gameOverSprite [406]; +extern const int youDiedSprite [336]; struct Sprite { Sprite(int _width, int _height, const int* _data) : width(_width), height(_height), data(_data) {} @@ -34,5 +34,7 @@ extern const Sprite enemy_sprite; extern const Sprite enemy_half_exploded_sprite; extern const Sprite enemy_exploded_sprite; +extern const Sprite small_star_sprite; +extern const Sprite medium_star_sprite; #endif \ No newline at end of file