bevy_ecs_tilemap
bevy_ecs_tilemap copied to clipboard
Implement `Add<Vec2>` for Vec2-like structs
There are many structs that have a very Vec2-like structure to them and I have found myself wanting the convenience of using + to just add a Vec2 to them. This PR implements this operation for those types. Let me know if I missed some!