Cleanup
This commit is contained in:
@@ -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::{
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user