remove unused import
All checks were successful
Rust Checks / checks (push) Successful in 2m34s
Rust Checks / checks (pull_request) Successful in 2m38s

This commit is contained in:
CoCo_Sol 2024-03-12 17:19:52 +01:00
parent 0d662c94e4
commit e3dc6dc253

View file

@ -1,7 +1,5 @@
//! All functions related to the rendering of the map. //! All functions related to the rendering of the map.
use std::fmt::format;
use bevy::prelude::*; use bevy::prelude::*;
use bevy::sprite::Anchor; use bevy::sprite::Anchor;