breakout_tutorial
breakout_tutorial copied to clipboard
Results
1
breakout_tutorial issues
Sort by
recently updated
recently updated
newest added
Using `const_vec2!` is deprecated so i replaced it with `Vec2::from_array`. Also derived `Eq` for `BlockType` since Clippy was complaining.