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 FATFileSystem
Diff: CaMove/CaMove.h
- Revision:
- 23:5afb0e9b5b11
- Parent:
- 22:0a12e52848fc
- Child:
- 24:7f26feb4666d
--- a/CaMove/CaMove.h Thu May 09 06:27:11 2019 +0000
+++ b/CaMove/CaMove.h Thu May 09 06:36:26 2019 +0000
@@ -82,7 +82,6 @@
lcd.drawCircle(40,20,5,FILL_TRANSPARENT);
lcd.refresh();
}
-
@endcode
*/
@@ -127,7 +126,6 @@
*/
void AIinit(int chaser);
-
//Player Functions
/** Function that moves the charater but also manages all animations related to its movement and collisions. Double Black lines cannot be crossed and Single Black lines can only be crossed one way.