Dependencies:   mbed FATFileSystem

Revision:
8:e3a76a808a4c
Child:
9:ac396c818874
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/FilePaths/AniPaths.h	Tue Apr 23 21:46:55 2019 +0000
@@ -0,0 +1,33 @@
+#ifndef ANIPATHS_H
+#define ANIPATHS_H
+//Animation Key Frames
+const char *F[4] = {
+    "/sd/Game-Files/ImgBin/AMF/F/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/F/3.bmp"
+};
+
+    
+const char *B[4] = {
+    "/sd/Game-Files/ImgBin/AMF/B/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/B/3.bmp"
+};
+    
+const char *L[4] = {
+    "/sd/Game-Files/ImgBin/AMF/L/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/L/3.bmp"
+};
+
+const char *R[4] = {
+    "/sd/Game-Files/ImgBin/AMF/R/0.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/1.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/2.bmp",
+    "/sd/Game-Files/ImgBin/AMF/R/3.bmp"
+};
+
+#endif
\ No newline at end of file