feat: non-ttf text rendering using original sprite text, remove black bg from assets

This commit is contained in:
2025-07-26 14:43:25 -05:00
parent 8e5ec9fef0
commit 238b5aac6a
47 changed files with 174 additions and 16 deletions

View File

@@ -6,6 +6,7 @@ pub mod animated;
pub mod blinking;
pub mod directional;
pub mod sprite;
pub mod text;
pub fn get_atlas_tile(atlas: &Rc<SpriteAtlas>, name: &str) -> AtlasTile {
SpriteAtlas::get_tile(atlas, name).unwrap_or_else(|| panic!("Could not find tile {}", name))