Add all temporaries tiles #80

Merged
CoCo_Sol merged 4 commits from add-all-tiles into main 2024-03-12 17:05:56 +00:00
Showing only changes of commit e3dc6dc253 - Show all commits

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;