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

Dependencies:   mbed FATFileSystem

Committer:
rottenegg
Date:
Fri May 10 21:25:27 2019 +0000
Revision:
26:716bcd47f3ca
Parent:
21:f3b0ce18b44f
FINAL_SUBMISSION; ; Changes:; WDplayer: Major Memory Leek fixed related to fclose(); Game_Manager: Tuned Scene Order and Improved Random number generator.; SceneFuctions: Added a Randomly changing Object to Scene 4.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
rottenegg 10:4fda7b01484a 1 #ifndef MISCPATHS_H
rottenegg 10:4fda7b01484a 2 #define MISCPATHS_H
rottenegg 10:4fda7b01484a 3
rottenegg 21:f3b0ce18b44f 4 const char *MISC[4] = {
rottenegg 10:4fda7b01484a 5 "/sd/Game-Files/ImgBin/AMF/MISC/0.bmp",
rottenegg 10:4fda7b01484a 6 "/sd/Game-Files/ImgBin/AMF/MISC/1.bmp",
rottenegg 21:f3b0ce18b44f 7 "/sd/Game-Files/ImgBin/AMF/AI/4.bmp",
rottenegg 21:f3b0ce18b44f 8 "/sd/Game-Files/AudBin/track_3.wav"
rottenegg 10:4fda7b01484a 9 };
rottenegg 10:4fda7b01484a 10
rottenegg 10:4fda7b01484a 11 #endif