Mercurial > touhou
view formats/src/th06/mod.rs @ 796:d876ac2ccfe1 default tip
Pass audio only once to GameRunner
This prevents it being recreated every stage change, and playing music over the
previous stages’ music.
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Sun, 28 Jun 2026 14:27:03 +0200 |
| parents | 8c2ef2d503c9 |
| children |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod pbg3; pub mod anm0; pub mod ecl; pub mod std; pub mod msg; pub mod pos; pub mod t6rp;
