mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
make stop signs more red at night
This commit is contained in:
parent
e8e678f4ca
commit
fa40e7c968
@ -480,7 +480,7 @@ impl ColorScheme {
|
||||
cs.unzoomed_arterial = cs.sidewalk;
|
||||
cs.unzoomed_residential = cs.driving_lane;
|
||||
cs.unzoomed_interesting_intersection = cs.unzoomed_highway;
|
||||
cs.stop_sign = Color::rgb_f(0.67, 0.55, 0.55);
|
||||
cs.stop_sign = hex("#A32015");
|
||||
cs.private_road = hex("#9E757F");
|
||||
cs.pedestrian_plaza = hex("#94949C").into();
|
||||
cs.study_area = hex("#D9B002").into();
|
||||
|
Loading…
Reference in New Issue
Block a user