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:
- 33:c623c6d5ed16
- Parent:
- 32:5403bb974294
- Child:
- 34:754915ce9de5
--- a/Models/models.cpp Fri Apr 26 13:09:03 2019 +0000 +++ b/Models/models.cpp Mon Apr 29 08:10:52 2019 +0000 @@ -6,8 +6,8 @@ const int enemy2_height = 7; const int enemy2_width = 11; -//const int enemy1_height = 17; -//const int enemy1_width = 11; +const int enemy1_height = 17; +const int enemy1_width = 11; const int PressAHeight = 11; const int PressAWidth = 13;
