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: Player/Player.cpp
- Revision:
- 9:9830d3a78572
- Parent:
- 8:d19b30a6cd69
- Child:
- 11:b3024ab59fa5
--- a/Player/Player.cpp Tue May 26 22:15:42 2020 +0000
+++ b/Player/Player.cpp Wed May 27 00:49:39 2020 +0000
@@ -27,6 +27,7 @@
{
if(_dir == E) {
Bitmap bit_player(s_player, 8, 9);
+ Bitmap bit_player2(s_player2, 8, 9);
bit_player.render(lcd, _playerX, _playerY);
}