Mercurial > touhou
view src/th06/mod.rs @ 657:ff7b6355cdf1
Port the Enemy struct from Python, for now without its methods.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 09 Aug 2019 01:36:47 +0200 |
parents | f6bfc9e6dab0 |
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;