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.
Diff: Game/Game.cpp
- Revision:
- 4:afbf3dd71403
- Parent:
- 3:b34685dbdb8d
- Child:
- 6:2ca1516ec1e2
--- a/Game/Game.cpp Tue Apr 02 12:40:31 2019 +0000 +++ b/Game/Game.cpp Sat Apr 06 11:47:18 2019 +0000 @@ -18,6 +18,7 @@ Vector2D pos = {20,20}; _player.init(6,6,(int *)player_bitmap,pos); + _player.flip(); }