Skip to content

Commit

Permalink
Delete unused color
Browse files Browse the repository at this point in the history
  • Loading branch information
QuarkPixel committed Jun 3, 2024
1 parent 2437ecb commit 00d800e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/palette.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ pub const BACKGROUND_HIGHLIGHT: Cor = (78, 110, 129);

pub const BIRD: Cor = (255, 96, 0);
pub const BIRD_HIGHLIGHT: Cor = (255, 226, 125);
pub const OBSTACLE: Cor = (249, 219, 187);
pub const OBSTACLE_BG: Cor = (249, 219, 187);
pub const OBSTACLE: Cor = (249, 219, 187);

0 comments on commit 00d800e

Please sign in to comment.