Skip to content
Snippets Groups Projects
Verified Commit 6135c568 authored by Louis's avatar Louis :fire:
Browse files

Advent -> Banimate

parent 1d437441
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ mod plugin { ...@@ -9,8 +9,8 @@ mod plugin {
use crate::loader; use crate::loader;
pub struct AdventAnimationsPlugin; pub struct BanimatePluginGroup;
impl PluginGroup for AdventAnimationsPlugin { impl PluginGroup for BanimatePluginGroup {
fn build(&mut self, group: &mut PluginGroupBuilder) { fn build(&mut self, group: &mut PluginGroupBuilder) {
group.add(super::systems::AnimationSystemsPlugin); group.add(super::systems::AnimationSystemsPlugin);
#[cfg(any(feature = "json_loader", feature = "toml_loader"))] #[cfg(any(feature = "json_loader", feature = "toml_loader"))]
...@@ -19,4 +19,4 @@ mod plugin { ...@@ -19,4 +19,4 @@ mod plugin {
} }
} }
pub use plugin::AdventAnimationsPlugin; pub use plugin::BanimatePluginGroup;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment