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: Sprite/Background.h
- Revision:
- 51:4c1f49729d88
- Parent:
- 50:9ffeb4a10c0a
- Child:
- 53:b6bb4dab7823
--- a/Sprite/Background.h Mon May 25 02:18:57 2020 +0000 +++ b/Sprite/Background.h Mon May 25 16:58:50 2020 +0000 @@ -36,13 +36,13 @@ const int goal_post[8][12] = { { 0,0,1,1,1,1,1,1,1,1,0,0 }, - { 0,1,1,1,1,1,1,1,1,1,1,1 }, { 1,1,1,1,1,1,1,1,1,1,1,1 }, - { 1,1,1,1,0,0,0,0,0,1,1,1 }, - { 1,1,1,1,0,0,0,0,0,1,1,1 }, - { 1,0,0,0,1,1,1,1,1,0,0,1 }, - { 0,1,0,0,0,0,0,0,0,0,1,0 }, - { 0,0,1,1,1,1,1,1,1,1,0,0 } + { 1,1,0,0,0,0,0,0,0,0,1,1 }, + { 1,1,0,0,0,0,0,0,0,0,1,1 }, + { 1,1,0,0,0,0,0,0,0,0,1,1 }, + { 1,1,0,0,0,0,0,0,0,0,1,1 }, + { 1,1,0,0,0,0,0,0,0,0,1,1 }, + { 0,0,0,0,0,0,0,0,0,0,0,0 } };