This commit is contained in:
2024-11-06 22:42:01 -05:00
parent 7a30ebc19a
commit c315c206f4
10 changed files with 17 additions and 18 deletions

View File

@@ -1,8 +1,7 @@
use crate::hex_utils::{HexCoord, INNER_RADIUS};
use crate::hex_utils::HexCoord;
use crate::{hex_utils::offset3d_to_world, prelude::*};
#[cfg(feature = "tracing")]
use bevy::log::*;
use bevy::math::VectorSpace;
use bevy::{
prelude::*,
render::{

View File

@@ -1,5 +1,5 @@
use crate::hex_utils::HexCoord;
use crate::map::biome_map::{self, BiomeChunk, BiomeMap};
use crate::map::biome_map::BiomeChunk;
use crate::prelude::*;
use crate::tile_manager::TileAsset;
use crate::tile_mapper::TileMapperAsset;