Game for Leeds University Gamepad for the FRDM-K64F: Game is a RPG Horror Title.

Dependencies:   mbed FATFileSystem

FilePaths/ScenePaths.h

Committer:
rottenegg
Date:
2019-05-10
Revision:
26:716bcd47f3ca
Parent:
21:f3b0ce18b44f

File content as of revision 26:716bcd47f3ca:

#ifndef SCENEPATHS_H
#define SCENEPATHS_H
//Scene Base Loads

const char *SCN[5] = {
    "/sd/Game-Files/ImgBin/SCN/0.bmp",
    "/sd/Game-Files/ImgBin/SCN/1.bmp",
    "/sd/Game-Files/ImgBin/SCN/2.bmp",
    "/sd/Game-Files/ImgBin/SCN/3.bmp",
    "/sd/Game-Files/ImgBin/SCN/4.bmp",
};

#endif