reimplement avatar as a plain sprite; handle sprite items as these are mostly needed for avatar

This commit is contained in:
2020-04-26 13:31:20 +01:00
parent ed6552f39c
commit cf1ca6f1b5
6 changed files with 40 additions and 135 deletions

View File

@@ -4,7 +4,6 @@ use std::io::Cursor;
use radix_fmt::radix_36;
use loe::{process, Config, TransformMode};
pub mod avatar;
pub mod colour;
pub mod dialogue;
pub mod ending;