Skip to content

Commit

Permalink
pre-cat-collision
Browse files Browse the repository at this point in the history
  • Loading branch information
RGGH committed Nov 14, 2024
1 parent 1d00eb7 commit 1ee3e43
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ use rand::Rng;
use std::time::Instant;

use image_utils::{convert_to_mono, draw_raindrop, draw_square, is_collision};
use sound_utils::play_embedded_sound;

mod image_utils;
mod sound_utils;

const SQUARE_SIZE: u32 = 40;
const SQUARE_SIZE_STEP: u32 = 5;
Expand All @@ -34,7 +32,6 @@ enum Background<'a> {
}

fn main() {
let _ = play_embedded_sound();
let mut score = 0;
let mut _current_background = Background::Mono(&[]); // Start with mono background

Expand Down

0 comments on commit 1ee3e43

Please sign in to comment.