mirror of
https://github.com/a-b-street/abstreet.git
synced 2025-01-07 23:20:42 +03:00
make bike frame color actually show up against bike lanes, mostly just to trigger a [rebuild]
This commit is contained in:
parent
7f867fda70
commit
4599b9bfe0
@ -214,7 +214,7 @@ impl ColorScheme {
|
||||
ped_foot: Color::BLACK,
|
||||
ped_preparing_bike_body: Color::rgb(255, 0, 144),
|
||||
ped_crowd: Color::rgb_f(0.2, 0.7, 0.7),
|
||||
bike_frame: Color::rgb(0, 128, 128),
|
||||
bike_frame: Color::hex("#AAA9AD"),
|
||||
|
||||
// Layers
|
||||
good_to_bad: [
|
||||
|
Loading…
Reference in New Issue
Block a user