flashlight sound and animation

This commit is contained in:
Back777space
2025-04-06 15:41:22 +02:00
parent 99041827d4
commit f538c597f7
8 changed files with 246 additions and 36 deletions

View File

@@ -1,5 +1,5 @@
use asset_loading::ImageAssets;
use bevy::{prelude::*};
use bevy::prelude::*;
use bevy_rapier3d::prelude::*;
mod asset_loading;