James Gayfer
James Gayfer
Would love to get some more visibility on this! ♥️
Any update on this?
I took a little peek at this. I ran into the same issue originally, but then noticed [`Gizmos.line_2d`](https://docs.rs/bevy/latest/bevy/gizmos/gizmos/struct.Gizmos.html#method.line_2d) exists, which takes the start and end points as a `Vec2` (eg....
Some of the confusion might possibly come from the fact that 2D [Gizmo methods](https://docs.rs/bevy/latest/bevy/gizmos/gizmos/struct.Gizmos.html#implementations) are named as such, while _most_ of the 3D methods don't have the `_3d` suffix?
I'm open to the idea of an enum for this. Of course we wouldn't want to make any breaking changes, but passing in an enum value could be handy.
I am not personally planning on adding additional endpoints at this time. However it's relatively straightforward to to do! If you take a peek at some other PRs here, you...
@IceSentry should I hold off on reviewing until you've cleaned up, or will the cleaning be minor?
Looks like there's already an [approved PR](https://github.com/StarArawn/bevy_ecs_tilemap/pull/523) for #521.