DungeonCrawl
Loading...
Searching...
No Matches
media_files.h
Go to the documentation of this file.
1
5#ifndef MEDIA_FILES_H
6#define MEDIA_FILES_H
7
8/* =========================================================================
9 * MEDIA PATHS AND NAMES
10 * ========================================================================= */
11
12#define MEDIA_PATH "src/art/"// Path to media files
13#define MAX_PATH_LEN 256 // Maximum length for file paths
14
15#define GOBLIN_PNG "goblin.png"
16#define GOBLIN_HEIGHT 12
17#define GOBLIN_WIDTH 24
18#define SKULL_GIF "skull.gif"
19#define DUNGEON_INTRO_GIF "dungeon_intro.gif"
20
21#endif /*MEDIA_FILES_H*/