Mercurial > touhou
view src/th06/mod.rs @ 658:3a9d82a02c88
Add a contructor for enemy, and a new example.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 10 Aug 2019 12:48:01 +0200 |
parents | ff7b6355cdf1 |
children | 31fc0d881105 |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod pbg3; pub mod anm0; pub mod anm0_vm; pub mod ecl; pub mod enemy; pub mod interpolator;