breakout_tutorial icon indicating copy to clipboard operation
breakout_tutorial copied to clipboard

Replaced const_vec2 with Vec2::from_array

Open xnor99 opened this issue 3 years ago • 0 comments

Using const_vec2! is deprecated so i replaced it with Vec2::from_array.

Also derived Eq for BlockType since Clippy was complaining.

xnor99 avatar Oct 08 '22 00:10 xnor99