Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
jaylikesbunda authored Nov 4, 2024
1 parent c7351e2 commit 7e7c044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions flappy_bird/flappy_bird.c
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,7 @@ static void flappy_game_render_callback(Canvas* const canvas, void* ctx) {
if(game_state->selected_bird == BirdTypeYapper) {
canvas_draw_str_aligned(canvas, 64, 20, AlignCenter, AlignBottom, "Yappy Bird");
} else if(game_state->selected_bird == BirdTypeGhostESP) {
canvas_draw_str_aligned(
canvas, 64, 20, AlignCenter, AlignBottom, "Flappy Ghost");
canvas_draw_str_aligned(canvas, 64, 20, AlignCenter, AlignBottom, "Flappy Ghost");
} else {
canvas_draw_str_aligned(canvas, 64, 20, AlignCenter, AlignBottom, "Flappy Bird");
}
Expand Down

0 comments on commit 7e7c044

Please sign in to comment.