Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.
Dependencies: mbed FATFileSystem
Diff: FilePaths/AniPaths.h
- Revision:
- 9:ac396c818874
- Parent:
- 8:e3a76a808a4c
- Child:
- 10:4fda7b01484a
--- a/FilePaths/AniPaths.h Tue Apr 23 21:46:55 2019 +0000 +++ b/FilePaths/AniPaths.h Thu Apr 25 01:31:32 2019 +0000 @@ -30,4 +30,13 @@ "/sd/Game-Files/ImgBin/AMF/R/3.bmp" }; +const char *AIC[4] = { + "/sd/Game-Files/ImgBin/AMF/AI/0.bmp", + "/sd/Game-Files/ImgBin/AMF/AI/1.bmp", + "/sd/Game-Files/ImgBin/AMF/AI/2.bmp", + "/sd/Game-Files/ImgBin/AMF/AI/3.bmp" +}; + + + #endif \ No newline at end of file