Internal import
This commit is contained in:
parent
d51911be91
commit
cbf7a0d524
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user