Mercurial > touhou
view src/th06/mod.rs @ 668:140ee7de6d90
Use the correct half-size of the hitbox.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 12 Aug 2019 15:09:53 +0200 |
parents | 31fc0d881105 |
children | 266911c0ccfd |
line wrap: on
line source
//! Touhou 6: EoSD implementation. pub mod pbg3; pub mod anm0; pub mod anm0_vm; pub mod ecl; pub mod ecl_vm; pub mod enemy; pub mod interpolator;