refactor: huge refactor into atlas-based resources

This commit is contained in:
2025-07-26 12:20:04 -05:00
parent 6ca2e01fba
commit 8e5ec9fef0
17 changed files with 1700 additions and 463 deletions

View File

@@ -1,9 +1,5 @@
use glam::IVec2;
use sdl2::{render::Canvas, video::Window};
use std::rc::Rc;
use crate::entity::direction::Direction;
use crate::texture::sprite::{AtlasTile, SpriteAtlas};
pub mod animated;