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
Diff: Frogger/Frogger.h
- Revision:
- 47:29c4796a49e5
- Parent:
- 46:e39abe665271
- Child:
- 48:8ccfc74b60a5
--- a/Frogger/Frogger.h Sat May 23 02:55:16 2020 +0000 +++ b/Frogger/Frogger.h Sat May 23 03:53:33 2020 +0000 @@ -31,6 +31,7 @@ public: int current_level; + int state_frog; bool frogWater; bool frogOnLog; // attached @@ -94,7 +95,7 @@ void moveLogsLevelOne(); void moveLogsLevelTwo(); - + void drawFrogStates(); void speedSlow(); void speedMedium();