healing particle effect

This commit is contained in:
2025-05-07 17:10:31 +02:00
parent 3ce61bfe5b
commit b5ec1229b8
6 changed files with 107 additions and 1 deletions

View File

@@ -14,6 +14,7 @@ mod head;
mod head_drop;
mod heads;
mod heads_database;
mod heal_effect;
mod hitpoints;
mod keys;
mod loading_assets;
@@ -165,6 +166,7 @@ fn main() {
app.add_plugins(water::plugin);
app.add_plugins(head_drop::plugin);
app.add_plugins(trail::plugin);
app.add_plugins(heal_effect::plugin);
app.init_state::<GameState>();