chore: remove wildcard/prelude imports, remove unused functions

This commit is contained in:
Ryan Walters
2025-08-28 12:58:39 -05:00
parent ad3f896f82
commit f31b4952e4
10 changed files with 20 additions and 24 deletions

View File

@@ -9,7 +9,8 @@ use crate::texture::sprite::SpriteAtlas;
use crate::texture::text::TextTexture;
use bevy_ecs::entity::Entity;
use bevy_ecs::event::EventWriter;
use bevy_ecs::prelude::{Changed, Or, RemovedComponents, With, Without};
use bevy_ecs::query::{Changed, Or, With, Without};
use bevy_ecs::removal_detection::RemovedComponents;
use bevy_ecs::resource::Resource;
use bevy_ecs::system::{NonSendMut, Query, Res, ResMut};
use sdl2::pixels::Color;