Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Objective Scaling `z` by anything but `1.0` in 2d can only lead to bugs and confusion. See bevyengine#4149. ## Solution Use a `Vec2` for the paddle size const, and add a scale of `1.0` later. This matches the way `BRICK_SIZE` is defined.
- Loading branch information