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: EngineController/EngineController.cpp
- Revision:
- 15:876c047a6ec9
- Parent:
- 14:9861fe85c803
- Child:
- 16:331be5c7ed80
--- a/EngineController/EngineController.cpp Thu Apr 04 18:19:26 2019 +0000 +++ b/EngineController/EngineController.cpp Sat Apr 06 17:13:37 2019 +0000 @@ -56,5 +56,6 @@ _game_engine.process_y(); _game_engine.process_x(_game_counter); _game_engine.process_sprite(); + _game_engine.check_coin_collision(); _game_engine.update_lcd(lcd); }