1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-03 10:27:06 +00:00

just original marker color

This commit is contained in:
majestic 2021-01-09 10:26:07 -08:00
parent 203dff9165
commit 2639fba582
2 changed files with 6 additions and 6 deletions

View file

@ -30,9 +30,9 @@ void FlushLog();
#define UPSIDEDOWN_TURN_SPEED_THRESHOLD (0.02f) #define UPSIDEDOWN_TURN_SPEED_THRESHOLD (0.02f)
#define UPSIDEDOWN_TIMER_THRESHOLD (1000) #define UPSIDEDOWN_TIMER_THRESHOLD (1000)
#define SPHERE_MARKER_R (252) #define SPHERE_MARKER_R (255)
#define SPHERE_MARKER_G (138) #define SPHERE_MARKER_G (255)
#define SPHERE_MARKER_B (242) #define SPHERE_MARKER_B (128)
#define SPHERE_MARKER_A (228) #define SPHERE_MARKER_A (228)
#define SPHERE_MARKER_PULSE_PERIOD 2048 #define SPHERE_MARKER_PULSE_PERIOD 2048
#define SPHERE_MARKER_PULSE_FRACTION 0.1f #define SPHERE_MARKER_PULSE_FRACTION 0.1f

View file

@ -16,9 +16,9 @@
#define OBJECTBLIP_MARKER_COLOR_B 242 #define OBJECTBLIP_MARKER_COLOR_B 242
#define OBJECTBLIP_MARKER_COLOR_A 255 #define OBJECTBLIP_MARKER_COLOR_A 255
#define COORDBLIP_MARKER_COLOR_R 252 #define COORDBLIP_MARKER_COLOR_R 255
#define COORDBLIP_MARKER_COLOR_G 138 #define COORDBLIP_MARKER_COLOR_G 255
#define COORDBLIP_MARKER_COLOR_B 242 #define COORDBLIP_MARKER_COLOR_B 128
#define COORDBLIP_MARKER_COLOR_A 228 #define COORDBLIP_MARKER_COLOR_A 228
#define NUM_MAP_LEGENDS 75 #define NUM_MAP_LEGENDS 75