feat: ecs audio system

This commit is contained in:
2025-08-15 20:28:47 -05:00
parent 342f378860
commit fa12611c69
6 changed files with 81 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
//! This module contains all the ECS-related logic, including components, systems,
//! and resources.
pub mod audio;
pub mod blinking;
pub mod collision;
pub mod components;