view src/th06/mod.rs @ 693:14fddc27e6f5

ecl_vm: implement TargetPlayer, and add a dummy Player to Game.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sat, 17 Aug 2019 15:33:45 +0200
parents 6020e33d4fc4
children
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 std;
pub mod std_vm;
pub mod enemy;
pub mod interpolator;