initialize particle effect pooling

This commit is contained in:
Nixon 2022-08-23 23:14:32 +08:00
commit 4a0c2704fb
2 changed files with 58 additions and 0 deletions

View file

@ -1,6 +1,7 @@
mod game;
mod levels;
mod menu;
mod particle_effect;
use bevy::{
core_pipeline::clear_color::ClearColorConfig,