Internal import

This commit is contained in:
Lucas Farias 2025-06-21 16:29:42 -03:00
parent d51911be91
commit cbf7a0d524

View File

@ -18,7 +18,7 @@ use bevy::{
lifecycle::{Insert, Replace}, lifecycle::{Insert, Replace},
name::Name, name::Name,
observer::On, observer::On,
query::With, query::{Has, With},
relationship::Relationship, relationship::Relationship,
schedule::{IntoScheduleConfigs, SystemCondition}, schedule::{IntoScheduleConfigs, SystemCondition},
spawn::{SpawnIter, SpawnRelated}, spawn::{SpawnIter, SpawnRelated},
@ -46,7 +46,6 @@ use bevy::{
}, },
DefaultPlugins, DefaultPlugins,
}; };
use bevy_ecs::query::Has;
/// How fast the ui background darkens/lightens /// How fast the ui background darkens/lightens
const DECAY_FACTOR: f32 = 0.875; const DECAY_FACTOR: f32 = 0.875;