Adding a map creation plugin #57

Merged
CoCo_Sol merged 39 commits from map-generation into main 2024-02-21 20:10:03 +00:00
Showing only changes of commit 4633db9609 - Show all commits

View file

@ -252,7 +252,7 @@ impl<T: Number> HexPosition<T> {
/// use bevy::math::Vec2;
///
/// let position = HexPosition(1, 0);
/// assert_eq!(position.to_pixel_coordinates(), Vec2::new(3f32.sqrt(), 0.0));
/// assert_eq!(position.to_pixel_coordinates(), (3f32.sqrt(), 0.0).into());
/// ```
pub fn to_pixel_coordinates(&self) -> Vec2 {
Vec2::new(