OutRun/src/parameters.h

35 lines
531 B
C
Raw Normal View History

2022-03-04 21:58:14 +01:00
#ifndef PARAMETERS_H
#define PARAMETERS_H
#define SCREEN_WIDTH 396
#define SCREEN_HEIGHT 224
#define SCREEN_CX 198
#define SCREEN_CY 112
2022-03-20 21:34:34 +01:00
#define SEGMENT_LENGTH 300 // 250 before
2022-03-06 22:06:48 +01:00
#define ROAD_WIDTH 700
2022-03-04 21:58:14 +01:00
#define ASPECT_RATIO 1.767
#define DISTANCE_SCREEN 0.83444
2022-03-11 22:44:47 +01:00
#define MAX_RENDER_DISTANCE 4500 // 3000 BEFORE
2022-03-04 21:58:14 +01:00
2022-03-11 22:44:47 +01:00
#define NB_CLOUDS_SKY 10
#define MAX_SUBIMAGES_TREES 12
2022-03-16 23:18:18 +01:00
#define NB_TREES_TYPES 15
2022-03-11 22:44:47 +01:00
#define MAX_SUBIMAGES_CARS 12
#define NB_CARS_TYPES 8
2022-03-04 21:58:14 +01:00
#define std ustl
#define IS_FXLIB 1
2022-03-11 22:44:47 +01:00
2022-03-04 21:58:14 +01:00
#endif // PARAMETERS_H