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:
- 27:e2af196bd9ab
- Parent:
- 20:077f845f09f2
--- a/Sprite/Background.h Fri May 15 22:16:16 2020 +0000 +++ b/Sprite/Background.h Fri May 15 22:47:35 2020 +0000 @@ -10,7 +10,7 @@ }; -int first_water[4][84] = { +int first_water[4][4] = { { 1, 0, 1, 0 }, { 0, 0, 0, 1 }, @@ -51,6 +51,18 @@ }; +int end_post[8][8] = { + + { 0, 1, 1, 1, 1, 1, 1, 0 }, + { 1, 0, 0, 0, 0, 0, 0, 1 }, + { 1, 0, 1, 0, 0, 1, 0, 1 }, + { 1, 0, 0, 1, 1, 0, 0, 1 }, + { 1, 0, 0, 1, 1, 0, 0, 1 }, + { 1, 0, 1, 0, 0, 1, 0, 1 }, + { 1, 0, 0, 0, 0, 0, 0, 1 }, + { 0, 1, 1, 1, 1, 1, 1, 0 }, +} + class Background { public: