view src/th06/mod.rs @ 656:988e5130fb00

Add a simpler Sprite::new() which doesn’t override width/height.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 09 Aug 2019 01:03:43 +0200
parents f6bfc9e6dab0
children ff7b6355cdf1
line wrap: on
line source

//! Touhou 6: EoSD implementation.

pub mod pbg3;
pub mod anm0;
pub mod anm0_vm;
pub mod ecl;
pub mod interpolator;