use games::*;
fn main() {
App::new()
.add_plugins(BaseGamePlugin {
name: "tetris-rpg".into(),
})
.run();
}