bevy_ecs_tilemap icon indicating copy to clipboard operation
bevy_ecs_tilemap copied to clipboard

Implement `Add<Vec2>` for Vec2-like structs

Open Piturnah opened this issue 2 years ago • 0 comments

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!

Piturnah avatar Sep 12 '23 14:09 Piturnah