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:
- 19:6d9721ffc078
- Parent:
- 18:6be4c3c94a3d
- Child:
- 20:077f845f09f2
--- a/Sprite/Background.h Thu May 14 03:53:16 2020 +0000 +++ b/Sprite/Background.h Thu May 14 05:52:50 2020 +0000 @@ -62,20 +62,5 @@ int x; // every background is going to have a x pos int row; // row placed in screen }; - -class Water : public Background -{ - public: - float speed; // water is a river, so it moves - char c; // different sprites that cover the entire screen width - -}; - -class SafetyLane : public Background -{ - public: - char c; // different sprites that cover the entire screen width - -}; #endif \ No newline at end of file