removed hannabi
This commit is contained in:
parent
05ef42d8c3
commit
f0e5f2f360
7 changed files with 17 additions and 112 deletions
|
|
@ -1,13 +1,11 @@
|
|||
use crate::game::*;
|
||||
|
||||
use bevy::prelude::*;
|
||||
use bevy_hanabi::*;
|
||||
use bevy_rapier2d::prelude::*;
|
||||
|
||||
pub fn setup(
|
||||
commands: &mut Commands,
|
||||
character_meshes: &Res<CharacterMeshes>,
|
||||
effects: &mut ResMut<Assets<EffectAsset>>,
|
||||
materials: &mut ResMut<Assets<ColorMaterial>>,
|
||||
selected_character_id: &mut Mut<SelectedCharacterId>,
|
||||
character_id_list: &mut Mut<CharacterIdList>,
|
||||
|
|
@ -27,7 +25,6 @@ pub fn setup(
|
|||
spawn_character(
|
||||
commands,
|
||||
character_meshes,
|
||||
effects,
|
||||
materials,
|
||||
selected_character_id,
|
||||
character_id_list,
|
||||
|
|
@ -38,7 +35,6 @@ pub fn setup(
|
|||
spawn_character(
|
||||
commands,
|
||||
character_meshes,
|
||||
effects,
|
||||
materials,
|
||||
selected_character_id,
|
||||
character_id_list,
|
||||
|
|
@ -49,7 +45,6 @@ pub fn setup(
|
|||
spawn_character(
|
||||
commands,
|
||||
character_meshes,
|
||||
effects,
|
||||
materials,
|
||||
selected_character_id,
|
||||
character_id_list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue