]> git.lizzy.rs Git - nothing.git/blob - src/config.h
Merge pull request #1093 from tsoding/1092
[nothing.git] / src / config.h
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
3
4 // TODO(#1085): PLAYER_DEATH_LEVEL is hardcoded
5 //   Should be customizable in the Level Editor
6 #define PLAYER_DEATH_LEVEL 1000.0f
7
8 #define LEVEL_EDITOR_DETH_LEVEL_COLOR hsla(0.0f, 0.8f, 0.6f, 1.0f)
9
10 #define BACKGROUND_LAYERS_COUNT 3
11 #define BACKGROUND_LAYERS_STEP 0.2f
12 #define BACKGROUND_TURDS_PER_CHUNK 5
13 #define BACKGROUND_CHUNK_WIDTH 500.0f
14 #define BACKGROUND_CHUNK_HEIGHT 500.0f
15
16 #endif  // CONFIG_H_