Skip to content

Commit

Permalink
feat(flappy): change grass color
Browse files Browse the repository at this point in the history
  • Loading branch information
naezith committed Nov 30, 2019
1 parent 43044de commit 344351f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/flappy-bird/step_9/flappy-bird.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct flappy_bird_constants {
const float grass_thickness{20.0f};
const int background_image_height{2048};
const graphics::color ground_color{220, 209, 143};
const graphics::color grass_color{132, 227, 90};
const graphics::color grass_color{176, 218, 110};
const graphics::outline_color grass_outline_color{2.0f, graphics::color{76, 47, 61}};
};

Expand Down

0 comments on commit 344351f

Please sign in to comment.