Compare commits
No commits in common. "aa054c3637f4e2073ee0132b9a92ebac82c25da6" and "39cfe6f9d9579a77ec95c7c8bf4b8017b051bd3c" have entirely different histories.
aa054c3637
...
39cfe6f9d9
|
@ -28,7 +28,7 @@ features = [
|
|||
backtrace = "0.3"
|
||||
bevy_rapier2d = "0.19"
|
||||
bevy_synthizer = "0.1"
|
||||
bevy_tts = { version = "0.4", default-features = false, features = ["tolk"] }
|
||||
bevy_tts = { version = "0.2", default-features = false, features = ["tolk"] }
|
||||
coord_2d = "0.3"
|
||||
futures-lite = "1"
|
||||
gilrs = "0.10"
|
||||
|
|
|
@ -384,9 +384,9 @@ impl<State> Default for ExplorationConfig<State> {
|
|||
|
||||
#[derive(Resource, Clone, Default)]
|
||||
pub struct ExplorationPlugin<ExplorationType, State, MapData> {
|
||||
pub states: Vec<State>,
|
||||
pub exploration_type: PhantomData<ExplorationType>,
|
||||
pub map_data: PhantomData<MapData>,
|
||||
states: Vec<State>,
|
||||
exploration_type: PhantomData<ExplorationType>,
|
||||
map_data: PhantomData<MapData>,
|
||||
}
|
||||
|
||||
impl<ExplorationType, State, MapData> Plugin for ExplorationPlugin<ExplorationType, State, MapData>
|
||||
|
|
|
@ -9,7 +9,7 @@ pub mod icon;
|
|||
pub mod volumetric;
|
||||
|
||||
pub use footstep::Footstep;
|
||||
pub use icon::{SoundIcon, SoundIconPlugin};
|
||||
pub use icon::SoundIcon;
|
||||
pub use volumetric::Volumetric;
|
||||
|
||||
/*fn scale_sounds(config: Res<CoreConfig>, mut sounds: Query<&mut Sound>) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user